Package org.bouncycastle.tls
Class UseSRTPData
java.lang.Object
org.bouncycastle.tls.UseSRTPData
RFC 5764 4.1.1
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
protectionProfiles
protected int[] protectionProfiles -
mki
protected byte[] mki
-
-
Constructor Details
-
UseSRTPData
public UseSRTPData(int[] protectionProfiles, byte[] mki) - Parameters:
protectionProfiles
- seeSRTPProtectionProfile
for valid constants.mki
- valid lengths from 0 to 255.
-
-
Method Details
-
getProtectionProfiles
public int[] getProtectionProfiles()- Returns:
- see
SRTPProtectionProfile
for valid constants.
-
getMki
public byte[] getMki()- Returns:
- valid lengths from 0 to 255.
-