FMIceLinkDtlsParameters Class Reference

Inherits from NSObject
Declared in FMIceLinkDtlsParameters.h
FMIceLinkDtlsParameters.m

Overview

A set of DTLS parameters.

+ dtlsParametersWithRole:fingerprints:

Initializes a new instance of the FMIceLinkDtlsParameters class.
+ (FMIceLinkDtlsParameters *)dtlsParametersWithRole:(FMIceLinkDtlsRole)role fingerprints:(NSMutableArray *)fingerprints

Parameters

role

The role.

fingerprints

The fingerprints.

Discussion

Initializes a new instance of the FMIceLinkDtlsParameters class.

Declared In

FMIceLinkDtlsParameters.h

– fingerprint

Gets the fingerprint.
- (FMIceLinkDtlsFingerprint *)fingerprint

Discussion

Gets the fingerprint.

Declared In

FMIceLinkDtlsParameters.h

– fingerprints

Gets the fingerprints.
- (NSMutableArray *)fingerprints

Discussion

Gets the fingerprints.

Declared In

FMIceLinkDtlsParameters.h

– initWithRole:fingerprints:

Initializes a new instance of the FMIceLinkDtlsParameters class.
- (instancetype)initWithRole:(FMIceLinkDtlsRole)role fingerprints:(NSMutableArray *)fingerprints

Parameters

role

The role.

fingerprints

The fingerprints.

Discussion

Initializes a new instance of the FMIceLinkDtlsParameters class.

Declared In

FMIceLinkDtlsParameters.h

– role

Gets the role.
- (FMIceLinkDtlsRole)role

Discussion

Gets the role.

Declared In

FMIceLinkDtlsParameters.h

– setFingerprint:

Sets the [fingerprint](#//api/name/fingerprint).
- (void)setFingerprint:(FMIceLinkDtlsFingerprint *)value

Discussion

Sets the [fingerprint](#//api/name/fingerprint).

Declared In

FMIceLinkDtlsParameters.h

– setFingerprints:

Sets the [fingerprints](#//api/name/fingerprints).
- (void)setFingerprints:(NSMutableArray *)value

Discussion

Sets the [fingerprints](#//api/name/fingerprints).

Declared In

FMIceLinkDtlsParameters.h

– setRole:

Sets the [role](#//api/name/role).
- (void)setRole:(FMIceLinkDtlsRole)value

Discussion

Sets the [role](#//api/name/role).

Declared In

FMIceLinkDtlsParameters.h