FMIceLinkFingerprint Class Reference
| Inherits from | NSObject | 
|---|---|
| Declared in | FMIceLinkFingerprint.h FMIceLinkFingerprint.m  | 
– algorithm
	
Gets the algorithm.
			- (NSString *)algorithmDiscussion
Gets the algorithm.
			Declared In
FMIceLinkFingerprint.h
+ fingerprintWithAlgorithm:value:
	
Initializes a new instance of the FMIceLinkFingerprint class.
			+ (FMIceLinkFingerprint *)fingerprintWithAlgorithm:(NSString *)algorithm value:(NSString *)valueDiscussion
Initializes a new instance of the FMIceLinkFingerprint class.
			Declared In
FMIceLinkFingerprint.h
– initWithAlgorithm:value:
	
Initializes a new instance of the FMIceLinkFingerprint class.
			- (instancetype)initWithAlgorithm:(NSString *)algorithm value:(NSString *)valueDiscussion
Initializes a new instance of the FMIceLinkFingerprint class.
			Declared In
FMIceLinkFingerprint.h
+ md2Algorithm
	
Gets the MD2 [algorithm](#//api/name/algorithm).
			+ (NSString *)md2AlgorithmDiscussion
Gets the MD2 [algorithm](#//api/name/algorithm).
			Declared In
FMIceLinkFingerprint.h
+ md5Algorithm
	
Gets the MD5 [algorithm](#//api/name/algorithm).
			+ (NSString *)md5AlgorithmDiscussion
Gets the MD5 [algorithm](#//api/name/algorithm).
			Declared In
FMIceLinkFingerprint.h
+ sha1Algorithm
	
Gets the SHA-1 [algorithm](#//api/name/algorithm).
			+ (NSString *)sha1AlgorithmDiscussion
Gets the SHA-1 [algorithm](#//api/name/algorithm).
			Declared In
FMIceLinkFingerprint.h
+ sha224Algorithm
	
Gets the SHA-224 [algorithm](#//api/name/algorithm).
			+ (NSString *)sha224AlgorithmDiscussion
Gets the SHA-224 [algorithm](#//api/name/algorithm).
			Declared In
FMIceLinkFingerprint.h
+ sha256Algorithm
	
Gets the SHA-256 [algorithm](#//api/name/algorithm).
			+ (NSString *)sha256AlgorithmDiscussion
Gets the SHA-256 [algorithm](#//api/name/algorithm).
			Declared In
FMIceLinkFingerprint.h
+ sha384Algorithm
	
Gets the SHA-384 [algorithm](#//api/name/algorithm).
			+ (NSString *)sha384AlgorithmDiscussion
Gets the SHA-384 [algorithm](#//api/name/algorithm).
			Declared In
FMIceLinkFingerprint.h
+ sha512Algorithm
	
Gets the SHA-512 [algorithm](#//api/name/algorithm).
			+ (NSString *)sha512AlgorithmDiscussion
Gets the SHA-512 [algorithm](#//api/name/algorithm).
			Declared In
FMIceLinkFingerprint.h
– value
	
Gets the value.
			- (NSString *)valueDiscussion
Gets the value.
			Declared In
FMIceLinkFingerprint.h