A fingerprint. More...
Instance Methods | |
(NSString *) | - algorithm |
Gets the algorithm. More... | |
(instancetype) | - initWithAlgorithm:value: |
Initializes a new instance of the FMLiveSwitchFingerprint class. More... | |
(NSString *) | - value |
Gets the value. More... | |
Class Methods | |
(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 fingerprint.
- (NSString*) algorithm |
Gets the algorithm.
+ (FMLiveSwitchFingerprint*) fingerprintWithAlgorithm: | (NSString *) | algorithm | |
value: | (NSString *) | value | |
Initializes a new instance of the FMLiveSwitchFingerprint class.
algorithm | The algorithm. |
value | The value. |
Initializes a new instance of the FMLiveSwitchFingerprint class.
algorithm | The algorithm. |
value | The value. |
Implemented in FMLiveSwitchTlsFingerprint, and FMLiveSwitchDtlsFingerprint.
+ (NSString*) md2Algorithm |
Gets the MD2 algorithm.
+ (NSString*) md5Algorithm |
Gets the MD5 algorithm.
+ (NSString*) sha1Algorithm |
Gets the SHA-1 algorithm.
+ (NSString*) sha224Algorithm |
Gets the SHA-224 algorithm.
+ (NSString*) sha256Algorithm |
Gets the SHA-256 algorithm.
+ (NSString*) sha384Algorithm |
Gets the SHA-384 algorithm.
+ (NSString*) sha512Algorithm |
Gets the SHA-512 algorithm.
- (NSString*) value |
Gets the value.