|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CiscoMediaEncryptionKeyInfo
The CiscoMediaEncryptionKeyInfo
interface lets
applications get information about SRTP keys.
CiscoRTPInputKeyEv
,
CiscoRTPOutputKeyEv
Method Summary | |
---|---|
int |
getAlgorithmID()
Returns the media encryption algorithm ID for the current stream. |
int |
getIsMKIPresent()
Indicates whether MKI is present. |
byte[] |
getKey()
Returns the master key for the stream. |
int |
getKeyLength()
Returns the keyLength of the key. |
byte[] |
getSalt()
Returns the salt key for the stream. |
int |
getSaltLength()
Returns the saltLength of the salt. |
int |
keyDerivationRate()
Indicates the SRTP key derivation rate for this session. |
Method Detail |
---|
int getKeyLength()
int getSaltLength()
byte[] getKey()
byte[] getSalt()
int getAlgorithmID()
int getIsMKIPresent()
int keyDerivationRate()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |