|
Bouncy Castle Cryptography Library 1.64 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.crypto.tls.UseSRTPData
RFC 5764 4.1.1
Field Summary | |
protected byte[] |
mki
Deprecated. |
protected int[] |
protectionProfiles
Deprecated. |
Constructor Summary | |
UseSRTPData(int[] protectionProfiles,
byte[] mki)
Deprecated. |
Method Summary | |
byte[] |
getMki()
Deprecated. |
int[] |
getProtectionProfiles()
Deprecated. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected int[] protectionProfiles
protected byte[] mki
Constructor Detail |
public UseSRTPData(int[] protectionProfiles, byte[] mki)
protectionProfiles
- see SRTPProtectionProfile
for valid constants.mki
- valid lengths from 0 to 255.Method Detail |
public int[] getProtectionProfiles()
SRTPProtectionProfile
for valid constants.public byte[] getMki()
|
Bouncy Castle Cryptography Library 1.64 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |