FMLiveSwitchTlsFingerprint Class Reference

A TLS fingerprint. More...

Instance Methods

(instancetype) - initWithAlgorithm:value:
 Initializes a new instance of the FMLiveSwitchTlsFingerprint class. More...
 
- Instance Methods inherited from FMLiveSwitchFingerprint
(NSString *) - algorithm
 Gets the algorithm. More...
 
(NSString *) - value
 Gets the value. More...
 

Class Methods

(FMLiveSwitchTlsFingerprint *) + tlsFingerprintWithAlgorithm:value:
 Initializes a new instance of the FMLiveSwitchTlsFingerprint 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...
 

Detailed Description

A TLS fingerprint.

Method Documentation

◆ initWithAlgorithm:value:

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

Initializes a new instance of the FMLiveSwitchTlsFingerprint class.

Parameters
algorithmThe algorithm.
valueThe value.

Implements FMLiveSwitchFingerprint.

◆ tlsFingerprintWithAlgorithm:value:

+ (FMLiveSwitchTlsFingerprint*) tlsFingerprintWithAlgorithm: (NSString *)  algorithm
value: (NSString *)  value 

Initializes a new instance of the FMLiveSwitchTlsFingerprint class.

Parameters
algorithmThe algorithm.
valueThe value.