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

Discussion

Gets the fingerprint.

Declared In

FMIceLinkSdpIceFingerprintAttribute.h

+ fingerprintAttributeWithHashFunction:fingerprint:

Initializes a new instance of the FMIceLinkSdpIceFingerprintAttribute class.
+ (FMIceLinkSdpIceFingerprintAttribute *)fingerprintAttributeWithHashFunction:(NSString *)hashFunction fingerprint:(NSString *)fingerprint

Parameters

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

Parameters

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

Discussion

Gets the value of the attribute.

Declared In

FMIceLinkSdpIceFingerprintAttribute.h

– hashFunction

Gets the hash function (i.e. sha-256).
- (NSString *)hashFunction

Discussion

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

Parameters

hashFunction

The hash function.

fingerprint

The fingerprint.

Discussion

Initializes a new instance of the FMIceLinkSdpIceFingerprintAttribute class.

Declared In

FMIceLinkSdpIceFingerprintAttribute.h