FMIceLinkSdpClearEncryptionKey Class Reference
| Inherits from | FMIceLinkSdpEncryptionKey : NSObject | 
|---|---|
| Declared in | FMIceLinkSdpClearEncryptionKey.h FMIceLinkSdpClearEncryptionKey.m  | 
+ clearEncryptionKey:
	
Initializes a new instance of the FMIceLinkSdpClearEncryptionKey class.
			+ (FMIceLinkSdpClearEncryptionKey *)clearEncryptionKey:(NSString *)encryptionKeyParameters
encryptionKey | 
						The untransformed encryption key.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkSdpClearEncryptionKey class.
			Declared In
FMIceLinkSdpClearEncryptionKey.h
– encryptionKey
	
Gets the untransformed encryption key.
			- (NSString *)encryptionKeyDiscussion
Gets the untransformed encryption key.
			Declared In
FMIceLinkSdpClearEncryptionKey.h
– initWithEncryptionKey:
	
Initializes a new instance of the FMIceLinkSdpClearEncryptionKey class.
			- (instancetype)initWithEncryptionKey:(NSString *)encryptionKeyParameters
encryptionKey | 
						The untransformed encryption key.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkSdpClearEncryptionKey class.
			Declared In
FMIceLinkSdpClearEncryptionKey.h