FMIceLinkSdpUriEncryptionKey Class Reference
| Inherits from | FMIceLinkSdpEncryptionKey : NSObject | 
|---|---|
| Declared in | FMIceLinkSdpUriEncryptionKey.h FMIceLinkSdpUriEncryptionKey.m  | 
– initWithUri:
	
Initializes a new instance of the FMIceLinkSdpUriEncryptionKey class.
			- (instancetype)initWithUri:(NSURL *)uriParameters
uri | 
						The URI referring to the data containing the key.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkSdpUriEncryptionKey class.
			Declared In
FMIceLinkSdpUriEncryptionKey.h
– uri
	
Gets the URI referring to the data containing the key.
			- (NSURL *)uriDiscussion
Gets the URI referring to the data containing the key.
			Declared In
FMIceLinkSdpUriEncryptionKey.h
+ uriEncryptionKeyWithUri:
	
Initializes a new instance of the FMIceLinkSdpUriEncryptionKey class.
			+ (FMIceLinkSdpUriEncryptionKey *)uriEncryptionKeyWithUri:(NSURL *)uriParameters
uri | 
						The URI referring to the data containing the key.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkSdpUriEncryptionKey class.
			Declared In
FMIceLinkSdpUriEncryptionKey.h