A DTLS fingerprint. More...
Instance Methods | |
(instancetype) | - initWithAlgorithm:value: |
Initializes a new instance of the FMLiveSwitchDtlsFingerprint class. More... | |
Instance Methods inherited from FMLiveSwitchFingerprint | |
(NSString *) | - algorithm |
Gets the algorithm. More... | |
(NSString *) | - value |
Gets the value. More... | |
Class Methods | |
(FMLiveSwitchDtlsFingerprint *) | + dtlsFingerprintWithAlgorithm:value: |
Initializes a new instance of the FMLiveSwitchDtlsFingerprint class. More... | |
Class Methods inherited from FMLiveSwitchFingerprint | |
(FMLiveSwitchFingerprint *) | + fingerprintWithAlgorithm:value: |
Initializes a new instance of the FMLiveSwitchFingerprint class. More... | |
(NSString *) | + md2Algorithm |
Gets the MD2 algorithm. More... | |
(NSString *) | + md5Algorithm |
Gets the MD5 algorithm. More... | |
(NSString *) | + sha1Algorithm |
Gets the SHA-1 algorithm. More... | |
(NSString *) | + sha224Algorithm |
Gets the SHA-224 algorithm. More... | |
(NSString *) | + sha256Algorithm |
Gets the SHA-256 algorithm. More... | |
(NSString *) | + sha384Algorithm |
Gets the SHA-384 algorithm. More... | |
(NSString *) | + sha512Algorithm |
Gets the SHA-512 algorithm. More... | |
A DTLS fingerprint.
+ (FMLiveSwitchDtlsFingerprint*) dtlsFingerprintWithAlgorithm: | (NSString *) | algorithm | |
value: | (NSString *) | value | |
Initializes a new instance of the FMLiveSwitchDtlsFingerprint class.
algorithm | The algorithm. |
value | The value. |
Initializes a new instance of the FMLiveSwitchDtlsFingerprint class.
algorithm | The algorithm. |
value | The value. |
Implements FMLiveSwitchFingerprint.