FMLiveSwitchFingerprint Class Reference

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...
 

Detailed Description

A fingerprint.

Method Documentation

◆ algorithm

- (NSString*) algorithm

Gets the algorithm.

◆ fingerprintWithAlgorithm:value:

+ (FMLiveSwitchFingerprint*) fingerprintWithAlgorithm: (NSString *)  algorithm
value: (NSString *)  value 

Initializes a new instance of the FMLiveSwitchFingerprint class.

Parameters
algorithmThe algorithm.
valueThe value.

◆ initWithAlgorithm:value:

- (instancetype) initWithAlgorithm: (NSString *)  algorithm
value: (NSString *)  value 

Initializes a new instance of the FMLiveSwitchFingerprint class.

Parameters
algorithmThe algorithm.
valueThe value.

Implemented in FMLiveSwitchTlsFingerprint, and FMLiveSwitchDtlsFingerprint.

◆ md2Algorithm

+ (NSString*) md2Algorithm

Gets the MD2 algorithm.

◆ md5Algorithm

+ (NSString*) md5Algorithm

Gets the MD5 algorithm.

◆ sha1Algorithm

+ (NSString*) sha1Algorithm

Gets the SHA-1 algorithm.

◆ sha224Algorithm

+ (NSString*) sha224Algorithm

Gets the SHA-224 algorithm.

◆ sha256Algorithm

+ (NSString*) sha256Algorithm

Gets the SHA-256 algorithm.

◆ sha384Algorithm

+ (NSString*) sha384Algorithm

Gets the SHA-384 algorithm.

◆ sha512Algorithm

+ (NSString*) sha512Algorithm

Gets the SHA-512 algorithm.

◆ value

- (NSString*) value

Gets the value.