A set of DTLS parameters. More...
Instance Methods | |
(FMLiveSwitchDtlsFingerprint *) | - fingerprint |
Gets the fingerprint. More... | |
(NSMutableArray *) | - fingerprints |
Gets the fingerprints. More... | |
(instancetype) | - initWithRole:fingerprints: |
Initializes a new instance of the FMLiveSwitchDtlsParameters class. More... | |
(instancetype) | - initWithRole:fingerprints:preferredRole: |
Initializes a new instance of the FMLiveSwitchDtlsParameters class. More... | |
(FMLiveSwitchDtlsRole) | - preferredRole |
Gets the preferred role. More... | |
(FMLiveSwitchDtlsRole) | - role |
Gets the role. More... | |
(void) | - setFingerprint: |
Sets the fingerprint. More... | |
(void) | - setFingerprints: |
Sets the fingerprints. More... | |
(void) | - setPreferredRole: |
Sets the preferred role. More... | |
(void) | - setRole: |
Sets the role. More... | |
Class Methods | |
(FMLiveSwitchDtlsParameters *) | + dtlsParametersWithRole:fingerprints: |
Initializes a new instance of the FMLiveSwitchDtlsParameters class. More... | |
(FMLiveSwitchDtlsParameters *) | + dtlsParametersWithRole:fingerprints:preferredRole: |
Initializes a new instance of the FMLiveSwitchDtlsParameters class. More... | |
A set of DTLS parameters.
+ (FMLiveSwitchDtlsParameters*) dtlsParametersWithRole: | (FMLiveSwitchDtlsRole) | role | |
fingerprints: | (NSMutableArray *) | fingerprints | |
Initializes a new instance of the FMLiveSwitchDtlsParameters class.
role | The role. |
fingerprints | The fingerprints. |
+ (FMLiveSwitchDtlsParameters*) dtlsParametersWithRole: | (FMLiveSwitchDtlsRole) | role | |
fingerprints: | (NSMutableArray *) | fingerprints | |
preferredRole: | (FMLiveSwitchDtlsRole) | preferredRole | |
Initializes a new instance of the FMLiveSwitchDtlsParameters class.
role | The role. |
fingerprints | The fingerprints. |
preferredRole | The preferred role. |
- (FMLiveSwitchDtlsFingerprint*) fingerprint |
Gets the fingerprint.
- (NSMutableArray*) fingerprints |
Gets the fingerprints.
- (instancetype) initWithRole: | (FMLiveSwitchDtlsRole) | role | |
fingerprints: | (NSMutableArray *) | fingerprints | |
Initializes a new instance of the FMLiveSwitchDtlsParameters class.
role | The role. |
fingerprints | The fingerprints. |
- (instancetype) initWithRole: | (FMLiveSwitchDtlsRole) | role | |
fingerprints: | (NSMutableArray *) | fingerprints | |
preferredRole: | (FMLiveSwitchDtlsRole) | preferredRole | |
Initializes a new instance of the FMLiveSwitchDtlsParameters class.
role | The role. |
fingerprints | The fingerprints. |
preferredRole | The preferred role. |
- (FMLiveSwitchDtlsRole) preferredRole |
Gets the preferred role.
- (FMLiveSwitchDtlsRole) role |
Gets the role.
- (void) setFingerprint: | (FMLiveSwitchDtlsFingerprint *) | value |
Sets the fingerprint.
- (void) setFingerprints: | (NSMutableArray *) | value |
Sets the fingerprints.
- (void) setPreferredRole: | (FMLiveSwitchDtlsRole) | value |
Sets the preferred role.
- (void) setRole: | (FMLiveSwitchDtlsRole) | value |
Sets the role.