FMIceLinkDtlsFingerprint Class Reference
| Inherits from | FMIceLinkFingerprint : NSObject | 
|---|---|
| Declared in | FMIceLinkDtlsFingerprint.h FMIceLinkDtlsFingerprint.m  | 
+ dtlsFingerprintWithAlgorithm:value:
	
Initializes a new instance of the FMIceLinkDtlsFingerprint class.
			+ (FMIceLinkDtlsFingerprint *)dtlsFingerprintWithAlgorithm:(NSString *)algorithm value:(NSString *)valueParameters
algorithm | 
						The algorithm.  | 
					
|---|---|
value | 
						The value.  | 
					
Discussion
Initializes a new instance of the FMIceLinkDtlsFingerprint class.
			Declared In
FMIceLinkDtlsFingerprint.h
– initWithAlgorithm:value:
	
Initializes a new instance of the FMIceLinkDtlsFingerprint class.
			- (instancetype)initWithAlgorithm:(NSString *)algorithm value:(NSString *)valueParameters
algorithm | 
						The algorithm.  | 
					
|---|---|
value | 
						The value.  | 
					
Discussion
Initializes a new instance of the FMIceLinkDtlsFingerprint class.
			Declared In
FMIceLinkDtlsFingerprint.h