Defines valid SDP crypto suites. More...
Class Methods | |
| (NSString *) | + aesCm128HmacSha132 | 
| Gets the SDP crypto suite meaning "AES-CM 128-bit cipher and HMAC-SHA1 message authentication with a 32-bit authentication tag".  More... | |
| (NSString *) | + aesCM128HmacSha180 | 
| Gets the SDP crypto suite meaning "AES-CM 128-bit cipher and HMAC-SHA1 message authentication with an 80-bit authentication tag".  More... | |
| (NSString *) | + getCryptoSuiteWithEncryptionMode: | 
| Converts an EncryptionMode enum to a crypto-suite string.  More... | |
| (FMLiveSwitchEncryptionMode) | + getEncryptionModeWithCryptoSuite: | 
| Converts a crypto-suite string to an EncryptionMode enum.  More... | |
| (NSString *) | + nullHmacSha132 | 
| Gets the SDP crypto suite meaning "NULL cipher and HMAC-SHA1 message authentication with a 32-bit authentication tag".  More... | |
| (NSString *) | + nullHmacSha180 | 
| 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.
| + (NSString*) aesCm128HmacSha132 | 
Gets the SDP crypto suite meaning "AES-CM 128-bit cipher and HMAC-SHA1 message authentication with a 32-bit authentication tag".
| + (NSString*) aesCM128HmacSha180 | 
Gets the SDP crypto suite meaning "AES-CM 128-bit cipher and HMAC-SHA1 message authentication with an 80-bit authentication tag".
| + (NSString*) getCryptoSuiteWithEncryptionMode: | (FMLiveSwitchEncryptionMode) | encryptionMode | 
Converts an EncryptionMode enum to a crypto-suite string.
| encryptionMode | The EncryptionMode enum. | 
| + (FMLiveSwitchEncryptionMode) getEncryptionModeWithCryptoSuite: | (NSString *) | cryptoSuite | 
Converts a crypto-suite string to an EncryptionMode enum.
| cryptoSuite | The crypto-suite string. | 
| + (NSString*) nullHmacSha132 | 
Gets the SDP crypto suite meaning "NULL cipher and HMAC-SHA1 message authentication with a 32-bit authentication tag".
| + (NSString*) nullHmacSha180 | 
Gets the SDP crypto suite meaning "NULL cipher and HMAC-SHA1 message authentication with an 80-bit authentication tag".