CryptoSuite Class |
Namespace: FM.IceLink.Sdp
The CryptoSuite type exposes the following members.
Name | Description | |
---|---|---|
AesCm128HmacSha132 |
Gets the SDP crypto suite meaning "AES-CM 128-bit cipher and HMAC-SHA1 message authentication with a 32-bit authentication tag".
| |
AesCM128HmacSha180 |
Gets the SDP crypto suite meaning "AES-CM 128-bit cipher and HMAC-SHA1 message authentication with an 80-bit authentication tag".
| |
NullHmacSha132 |
Gets the SDP crypto suite meaning "NULL cipher and HMAC-SHA1 message authentication with a 32-bit authentication tag".
| |
NullHmacSha180 |
Gets the SDP crypto suite meaning "NULL cipher and HMAC-SHA1 message authentication with an 80-bit authentication tag".
|
Name | Description | |
---|---|---|
GetCryptoSuite |
Converts an EncryptionMode enum to a crypto-suite string.
| |
GetEncryptionMode |
Converts a crypto-suite string to an EncryptionMode enum.
|