public class UseSRTPData
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
mki
Deprecated.
|
protected int[] |
protectionProfiles
Deprecated.
|
| Constructor and Description |
|---|
UseSRTPData(int[] protectionProfiles,
byte[] mki)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getMki()
Deprecated.
|
int[] |
getProtectionProfiles()
Deprecated.
|
protected int[] protectionProfiles
protected byte[] mki
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()