FMIceLinkSdpBase64EncryptionKey Class Reference
| Inherits from | FMIceLinkSdpEncryptionKey : NSObject | 
|---|---|
| Declared in | FMIceLinkSdpBase64EncryptionKey.h FMIceLinkSdpBase64EncryptionKey.m  | 
+ base64EncryptionKeyWithEncodedEncryptionKey:
	
Initializes a new instance of the FMIceLinkSdpBase64EncryptionKey class.
			+ (FMIceLinkSdpBase64EncryptionKey *)base64EncryptionKeyWithEncodedEncryptionKey:(NSString *)encodedEncryptionKeyParameters
encodedEncryptionKey | 
						The base64-encoded encryption key.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkSdpBase64EncryptionKey class.
			Declared In
FMIceLinkSdpBase64EncryptionKey.h
– encodedEncryptionKey
	
Gets the base64-encoded encryption key.
			- (NSString *)encodedEncryptionKeyDiscussion
Gets the base64-encoded encryption key.
			Declared In
FMIceLinkSdpBase64EncryptionKey.h
– initWithEncodedEncryptionKey:
	
Initializes a new instance of the FMIceLinkSdpBase64EncryptionKey class.
			- (instancetype)initWithEncodedEncryptionKey:(NSString *)encodedEncryptionKeyParameters
encodedEncryptionKey | 
						The base64-encoded encryption key.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkSdpBase64EncryptionKey class.
			Declared In
FMIceLinkSdpBase64EncryptionKey.h