Class SessionKeys
Class for storing the current session key, salt and authentication keys for SRTP
Inherited Members
Namespace: SipLib.RtpCrypto
Assembly: SipLib.dll
Syntax
public class SessionKeys
Fields
| Edit this page View SourceSessionAuthKey
Contains the bytes of the session authentication key. The length will always be 20 bytes (160 bits) for the HMAC-SHA1 authentication algorithm.
Declaration
public byte[]? SessionAuthKey
Field Value
Type | Description |
---|---|
byte[] |
SessionKey
Contains the bytes of the session key. The length depends on the crypto suite in use
Declaration
public byte[]? SessionKey
Field Value
Type | Description |
---|---|
byte[] |
SessionSalt
Contains the bytes of the session salt. The length will always be 14 bytes for the AES-CM and the AES-F8 algorithms.
Declaration
public byte[]? SessionSalt
Field Value
Type | Description |
---|---|
byte[] |