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 *)valueParameters
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 *)generatePasswordDiscussion
Generates a random [password](#//api/name/password).
			Declared In
FMIceLinkSdpIcePasswordAttribute.h
– getAttributeValue
	
Gets the value of the attribute.
			- (NSString *)getAttributeValueDiscussion
Gets the value of the attribute.
			Declared In
FMIceLinkSdpIcePasswordAttribute.h
– init
	
Initializes a new instance of the FMIceLinkSdpIcePasswordAttribute class.
			- (instancetype)initDiscussion
Initializes a new instance of the FMIceLinkSdpIcePasswordAttribute class.
			Declared In
FMIceLinkSdpIcePasswordAttribute.h
– initWithPassword:
	
Initializes a new instance of the FMIceLinkSdpIcePasswordAttribute class.
			- (instancetype)initWithPassword:(NSString *)passwordParameters
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 *)passwordDiscussion
Gets the password used by ICE for message integrity.
			Declared In
FMIceLinkSdpIcePasswordAttribute.h
+ passwordAttribute
	
Initializes a new instance of the FMIceLinkSdpIcePasswordAttribute class.
			+ (FMIceLinkSdpIcePasswordAttribute *)passwordAttributeDiscussion
Initializes a new instance of the FMIceLinkSdpIcePasswordAttribute class.
			Declared In
FMIceLinkSdpIcePasswordAttribute.h
+ passwordAttributeWithPassword:
	
Initializes a new instance of the FMIceLinkSdpIcePasswordAttribute class.
			+ (FMIceLinkSdpIcePasswordAttribute *)passwordAttributeWithPassword:(NSString *)passwordParameters
password | 
						The password used by ICE for message integrity.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkSdpIcePasswordAttribute class.
			Declared In
FMIceLinkSdpIcePasswordAttribute.h