FMIceLinkSdpClearEncryptionKey Class Reference

Inherits from FMIceLinkSdpEncryptionKey : NSObject
Declared in FMIceLinkSdpClearEncryptionKey.h
FMIceLinkSdpClearEncryptionKey.m

Overview

An SDP encryption key with a method of "clear".

+ clearEncryptionKey:

Initializes a new instance of the FMIceLinkSdpClearEncryptionKey class.
+ (FMIceLinkSdpClearEncryptionKey *)clearEncryptionKey:(NSString *)encryptionKey

Parameters

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 *)encryptionKey

Discussion

Gets the untransformed encryption key.

Declared In

FMIceLinkSdpClearEncryptionKey.h

– initWithEncryptionKey:

Initializes a new instance of the FMIceLinkSdpClearEncryptionKey class.
- (instancetype)initWithEncryptionKey:(NSString *)encryptionKey

Parameters

encryptionKey

The untransformed encryption key.

Discussion

Initializes a new instance of the FMIceLinkSdpClearEncryptionKey class.

Declared In

FMIceLinkSdpClearEncryptionKey.h