FMIceLinkSdpIcePasswordAttribute Class Reference

Inherits from FMIceLinkSdpAttribute : NSObject
Declared in FMIceLinkSdpIcePasswordAttribute.h
FMIceLinkSdpIcePasswordAttribute.m

Overview

The "ice-pwd" attribute conveys the [password](#//api/name/password) used by ICE for message integrity.

+ fromAttributeValue:

Initializes a new instance of the FMIceLinkSdpIcePasswordAttribute class.
+ (FMIceLinkSdpIcePasswordAttribute *)fromAttributeValue:(NSString *)value

Parameters

value

The attribute value.

Discussion

Initializes a new instance of the FMIceLinkSdpIcePasswordAttribute class.

Declared In

FMIceLinkSdpIcePasswordAttribute.h

+ generatePassword

Generates a random [password](#//api/name/password).
+ (NSString *)generatePassword

Discussion

Generates a random [password](#//api/name/password).

Declared In

FMIceLinkSdpIcePasswordAttribute.h

– getAttributeValue

Gets the value of the attribute.
- (NSString *)getAttributeValue

Discussion

Gets the value of the attribute.

Declared In

FMIceLinkSdpIcePasswordAttribute.h

– init

Initializes a new instance of the FMIceLinkSdpIcePasswordAttribute class.
- (instancetype)init

Discussion

Initializes a new instance of the FMIceLinkSdpIcePasswordAttribute class.

Declared In

FMIceLinkSdpIcePasswordAttribute.h

– initWithPassword:

Initializes a new instance of the FMIceLinkSdpIcePasswordAttribute class.
- (instancetype)initWithPassword:(NSString *)password

Parameters

password

The password used by ICE for message integrity.

Discussion

Initializes a new instance of the FMIceLinkSdpIcePasswordAttribute class.

Declared In

FMIceLinkSdpIcePasswordAttribute.h

– password

Gets the password used by ICE for message integrity.
- (NSString *)password

Discussion

Gets the password used by ICE for message integrity.

Declared In

FMIceLinkSdpIcePasswordAttribute.h

+ passwordAttribute

Initializes a new instance of the FMIceLinkSdpIcePasswordAttribute class.
+ (FMIceLinkSdpIcePasswordAttribute *)passwordAttribute

Discussion

Initializes a new instance of the FMIceLinkSdpIcePasswordAttribute class.

Declared In

FMIceLinkSdpIcePasswordAttribute.h

+ passwordAttributeWithPassword:

Initializes a new instance of the FMIceLinkSdpIcePasswordAttribute class.
+ (FMIceLinkSdpIcePasswordAttribute *)passwordAttributeWithPassword:(NSString *)password

Parameters

password

The password used by ICE for message integrity.

Discussion

Initializes a new instance of the FMIceLinkSdpIcePasswordAttribute class.

Declared In

FMIceLinkSdpIcePasswordAttribute.h