Defines valid SDP crypto suites. More...
Static Public Member Functions | |
static String | getAesCm128HmacSha132 () |
Gets the SDP crypto suite meaning "AES-CM 128-bit cipher and HMAC-SHA1 message authentication with a 32-bit authentication tag". More... | |
static String | getAesCM128HmacSha180 () |
Gets the SDP crypto suite meaning "AES-CM 128-bit cipher and HMAC-SHA1 message authentication with an 80-bit authentication tag". More... | |
static String | getCryptoSuite (fm.liveswitch.EncryptionMode encryptionMode) |
Converts an EncryptionMode enum to a crypto-suite string. More... | |
static fm.liveswitch.EncryptionMode | getEncryptionMode (String cryptoSuite) |
Converts a crypto-suite string to an EncryptionMode enum. More... | |
static String | getNullHmacSha132 () |
Gets the SDP crypto suite meaning "NULL cipher and HMAC-SHA1 message authentication with a 32-bit authentication tag". More... | |
static String | getNullHmacSha180 () |
Gets the SDP crypto suite meaning "NULL cipher and HMAC-SHA1 message authentication with an 80-bit authentication tag". More... | |
Defines valid SDP crypto suites.
|
static |
Gets the SDP crypto suite meaning "AES-CM 128-bit cipher and HMAC-SHA1 message authentication with a 32-bit authentication tag".
|
static |
Gets the SDP crypto suite meaning "AES-CM 128-bit cipher and HMAC-SHA1 message authentication with an 80-bit authentication tag".
|
static |
Converts an EncryptionMode enum to a crypto-suite string.
encryptionMode | The EncryptionMode enum. |
|
static |
Converts a crypto-suite string to an EncryptionMode enum.
cryptoSuite | The crypto-suite string. |
|
static |
Gets the SDP crypto suite meaning "NULL cipher and HMAC-SHA1 message authentication with a 32-bit authentication tag".
|
static |
Gets the SDP crypto suite meaning "NULL cipher and HMAC-SHA1 message authentication with an 80-bit authentication tag".