|
Bouncy Castle Cryptography Library 1.49 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.crypto.tls.UseSRTPData
public class UseSRTPData
RFC 5764 4.1.1
Constructor Summary | |
---|---|
UseSRTPData(int[] protectionProfiles,
byte[] mki)
|
Method Summary | |
---|---|
byte[] |
getMki()
|
int[] |
getProtectionProfiles()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.49 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |