FMIceLinkSdpCryptoSuite Class Reference
| Inherits from | NSObject | 
|---|---|
| Declared in | FMIceLinkSdpCryptoSuite.h FMIceLinkSdpCryptoSuite.m  | 
+ aesCm128HmacSha132
	
Gets the SDP crypto suite meaning "AES-CM 128-bit cipher and HMAC-SHA1 message authentication with a 32-bit authentication tag".
			+ (NSString *)aesCm128HmacSha132Discussion
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 *)aesCM128HmacSha180Discussion
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)encryptionModeParameters
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 *)cryptoSuiteParameters
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 *)nullHmacSha132Discussion
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 *)nullHmacSha180Discussion
Gets the SDP crypto suite meaning "NULL cipher and HMAC-SHA1 message authentication with an 80-bit authentication tag".
			Declared In
FMIceLinkSdpCryptoSuite.h