FMIceLinkDtlsParameters Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | FMIceLinkDtlsParameters.h FMIceLinkDtlsParameters.m |
+ dtlsParametersWithRole:fingerprints:
Initializes a new instance of the FMIceLinkDtlsParameters class.
+ (FMIceLinkDtlsParameters *)dtlsParametersWithRole:(FMIceLinkDtlsRole)role fingerprints:(NSMutableArray *)fingerprintsParameters
role |
The role. |
|---|---|
fingerprints |
The fingerprints. |
Discussion
Initializes a new instance of the FMIceLinkDtlsParameters class.
Declared In
FMIceLinkDtlsParameters.h
– fingerprint
Gets the fingerprint.
- (FMIceLinkDtlsFingerprint *)fingerprintDiscussion
Gets the fingerprint.
Declared In
FMIceLinkDtlsParameters.h
– fingerprints
Gets the fingerprints.
- (NSMutableArray *)fingerprintsDiscussion
Gets the fingerprints.
Declared In
FMIceLinkDtlsParameters.h
– initWithRole:fingerprints:
Initializes a new instance of the FMIceLinkDtlsParameters class.
- (instancetype)initWithRole:(FMIceLinkDtlsRole)role fingerprints:(NSMutableArray *)fingerprintsParameters
role |
The role. |
|---|---|
fingerprints |
The fingerprints. |
Discussion
Initializes a new instance of the FMIceLinkDtlsParameters class.
Declared In
FMIceLinkDtlsParameters.h
– role
Gets the role.
- (FMIceLinkDtlsRole)roleDiscussion
Gets the role.
Declared In
FMIceLinkDtlsParameters.h
– setFingerprint:
Sets the [fingerprint](#//api/name/fingerprint).
- (void)setFingerprint:(FMIceLinkDtlsFingerprint *)valueDiscussion
Sets the [fingerprint](#//api/name/fingerprint).
Declared In
FMIceLinkDtlsParameters.h
– setFingerprints:
Sets the [fingerprints](#//api/name/fingerprints).
- (void)setFingerprints:(NSMutableArray *)valueDiscussion
Sets the [fingerprints](#//api/name/fingerprints).
Declared In
FMIceLinkDtlsParameters.h
– setRole:
Sets the [role](#//api/name/role).
- (void)setRole:(FMIceLinkDtlsRole)valueDiscussion
Sets the [role](#//api/name/role).
Declared In
FMIceLinkDtlsParameters.h