FMIceLinkTlsFingerprint Class Reference

Inherits from FMIceLinkFingerprint : NSObject
Declared in FMIceLinkTlsFingerprint.h
FMIceLinkTlsFingerprint.m

Overview

A TLS fingerprint.

– initWithAlgorithm:value:

Initializes a new instance of the FMIceLinkTlsFingerprint class.
- (instancetype)initWithAlgorithm:(NSString *)algorithm value:(NSString *)value

Parameters

algorithm

The algorithm.

value

The value.

Discussion

Initializes a new instance of the FMIceLinkTlsFingerprint class.

Declared In

FMIceLinkTlsFingerprint.h

+ tlsFingerprintWithAlgorithm:value:

Initializes a new instance of the FMIceLinkTlsFingerprint class.
+ (FMIceLinkTlsFingerprint *)tlsFingerprintWithAlgorithm:(NSString *)algorithm value:(NSString *)value

Parameters

algorithm

The algorithm.

value

The value.

Discussion

Initializes a new instance of the FMIceLinkTlsFingerprint class.

Declared In

FMIceLinkTlsFingerprint.h