FMIceLinkSdpCryptoSuite Class Reference

Inherits from NSObject
Declared in FMIceLinkSdpCryptoSuite.h
FMIceLinkSdpCryptoSuite.m

Overview

Defines valid SDP crypto suites.

+ aesCm128HmacSha132

Gets the SDP crypto suite meaning "AES-CM 128-bit cipher and HMAC-SHA1 message authentication with a 32-bit authentication tag".
+ (NSString *)aesCm128HmacSha132

Discussion

Gets the SDP crypto suite meaning "AES-CM 128-bit cipher and HMAC-SHA1 message authentication with a 32-bit authentication tag".

Declared In

FMIceLinkSdpCryptoSuite.h

+ aesCM128HmacSha180

Gets the SDP crypto suite meaning "AES-CM 128-bit cipher and HMAC-SHA1 message authentication with an 80-bit authentication tag".
+ (NSString *)aesCM128HmacSha180

Discussion

Gets the SDP crypto suite meaning "AES-CM 128-bit cipher and HMAC-SHA1 message authentication with an 80-bit authentication tag".

Declared In

FMIceLinkSdpCryptoSuite.h

+ getCryptoSuiteWithEncryptionMode:

Converts an EncryptionMode enum to a crypto-suite string.
+ (NSString *)getCryptoSuiteWithEncryptionMode:(FMIceLinkEncryptionMode)encryptionMode

Parameters

encryptionMode

The EncryptionMode enum.

Return Value

The crypto-suite string.

Discussion

Converts an EncryptionMode enum to a crypto-suite string.

Declared In

FMIceLinkSdpCryptoSuite.h

+ getEncryptionModeWithCryptoSuite:

Converts a crypto-suite string to an EncryptionMode enum.
+ (FMIceLinkEncryptionMode)getEncryptionModeWithCryptoSuite:(NSString *)cryptoSuite

Parameters

cryptoSuite

The crypto-suite string.

Return Value

The EncryptionMode enum.

Discussion

Converts a crypto-suite string to an EncryptionMode enum.

Declared In

FMIceLinkSdpCryptoSuite.h

+ nullHmacSha132

Gets the SDP crypto suite meaning "NULL cipher and HMAC-SHA1 message authentication with a 32-bit authentication tag".
+ (NSString *)nullHmacSha132

Discussion

Gets the SDP crypto suite meaning "NULL cipher and HMAC-SHA1 message authentication with a 32-bit authentication tag".

Declared In

FMIceLinkSdpCryptoSuite.h

+ nullHmacSha180

Gets the SDP crypto suite meaning "NULL cipher and HMAC-SHA1 message authentication with an 80-bit authentication tag".
+ (NSString *)nullHmacSha180

Discussion

Gets the SDP crypto suite meaning "NULL cipher and HMAC-SHA1 message authentication with an 80-bit authentication tag".

Declared In

FMIceLinkSdpCryptoSuite.h