FMIceLinkSdpIceFingerprintAttribute Class Reference
| Inherits from | FMIceLinkSdpAttribute : NSObject | 
|---|---|
| Declared in | FMIceLinkSdpIceFingerprintAttribute.h FMIceLinkSdpIceFingerprintAttribute.m  | 
Overview
The SDP session attribute "fingerprint" provides an encryption
certificate [fingerprint](#//api/name/fingerprint) to a remote peer for use with DTLS.
					– fingerprint
	
Gets the fingerprint.
			- (NSString *)fingerprintDiscussion
Gets the fingerprint.
			Declared In
FMIceLinkSdpIceFingerprintAttribute.h
+ fingerprintAttributeWithHashFunction:fingerprint:
	
Initializes a new instance of the FMIceLinkSdpIceFingerprintAttribute class.
			+ (FMIceLinkSdpIceFingerprintAttribute *)fingerprintAttributeWithHashFunction:(NSString *)hashFunction fingerprint:(NSString *)fingerprintParameters
hashFunction | 
						The hash function.  | 
					
|---|---|
fingerprint | 
						The fingerprint.  | 
					
Discussion
Initializes a new instance of the FMIceLinkSdpIceFingerprintAttribute class.
			Declared In
FMIceLinkSdpIceFingerprintAttribute.h
+ fromAttributeValue:
	
Initializes a new instance of the FMIceLinkSdpIceFingerprintAttribute class.
			+ (FMIceLinkSdpIceFingerprintAttribute *)fromAttributeValue:(NSString *)valueParameters
value | 
						The attribute as a string.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkSdpIceFingerprintAttribute class.
			Declared In
FMIceLinkSdpIceFingerprintAttribute.h
– getAttributeValue
	
Gets the value of the attribute.
			- (NSString *)getAttributeValueDiscussion
Gets the value of the attribute.
			Declared In
FMIceLinkSdpIceFingerprintAttribute.h
– hashFunction
	
Gets the hash function (i.e. sha-256).
			- (NSString *)hashFunctionDiscussion
Gets the hash function (i.e. sha-256).
			Declared In
FMIceLinkSdpIceFingerprintAttribute.h
– initWithHashFunction:fingerprint:
	
Initializes a new instance of the FMIceLinkSdpIceFingerprintAttribute class.
			- (instancetype)initWithHashFunction:(NSString *)hashFunction fingerprint:(NSString *)fingerprintParameters
hashFunction | 
						The hash function.  | 
					
|---|---|
fingerprint | 
						The fingerprint.  | 
					
Discussion
Initializes a new instance of the FMIceLinkSdpIceFingerprintAttribute class.
			Declared In
FMIceLinkSdpIceFingerprintAttribute.h