FMIceLinkSdpBase64EncryptionKey Class Reference

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

Overview

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

+ base64EncryptionKeyWithEncodedEncryptionKey:

Initializes a new instance of the FMIceLinkSdpBase64EncryptionKey class.
+ (FMIceLinkSdpBase64EncryptionKey *)base64EncryptionKeyWithEncodedEncryptionKey:(NSString *)encodedEncryptionKey

Parameters

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

Discussion

Gets the base64-encoded encryption key.

Declared In

FMIceLinkSdpBase64EncryptionKey.h

– initWithEncodedEncryptionKey:

Initializes a new instance of the FMIceLinkSdpBase64EncryptionKey class.
- (instancetype)initWithEncodedEncryptionKey:(NSString *)encodedEncryptionKey

Parameters

encodedEncryptionKey

The base64-encoded encryption key.

Discussion

Initializes a new instance of the FMIceLinkSdpBase64EncryptionKey class.

Declared In

FMIceLinkSdpBase64EncryptionKey.h