public class UseSRTPData
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
protected byte[] |
mki |
|
protected int[] |
protectionProfiles |
Constructor | Description |
---|---|
UseSRTPData(int[] protectionProfiles,
byte[] mki) |
Modifier and Type | Method | Description |
---|---|---|
byte[] |
getMki() |
|
int[] |
getProtectionProfiles() |
public UseSRTPData(int[] protectionProfiles, byte[] mki)
protectionProfiles
- see SRTPProtectionProfile
for valid constants.mki
- valid lengths from 0 to 255.public int[] getProtectionProfiles()
SRTPProtectionProfile
for valid constants.public byte[] getMki()