FMIceLinkHashContextBase Class Reference
| Inherits from | NSObject | 
|---|---|
| Declared in | FMIceLinkHashContextBase.h FMIceLinkHashContextBase.m  | 
– computeWithInput:
	
Computes the hash.
			- (FMIceLinkDataBuffer *)computeWithInput:(FMIceLinkDataBuffer *)inputParameters
input | 
						The input. @return  | 
					
|---|
Discussion
Computes the hash.
			Declared In
FMIceLinkHashContextBase.h
– computeWithInputString:
	
Computes the hash.
			- (FMIceLinkDataBuffer *)computeWithInputString:(NSString *)inputStringParameters
inputString | 
						The input. @return  | 
					
|---|
Discussion
Computes the hash.
			Declared In
FMIceLinkHashContextBase.h
+ computeWithType:input:
	
Computes the hash for a given [type](#//api/name/type).
			+ (FMIceLinkDataBuffer *)computeWithType:(FMIceLinkHashType)type input:(FMIceLinkDataBuffer *)inputParameters
type | 
						The type.  | 
					
|---|---|
input | 
						The input. @return  | 
					
Discussion
Computes the hash for a given [type](#//api/name/type).
			Declared In
FMIceLinkHashContextBase.h
+ computeWithType:inputString:
	
Computes the hash for a given [type](#//api/name/type).
			+ (FMIceLinkDataBuffer *)computeWithType:(FMIceLinkHashType)type inputString:(NSString *)inputStringParameters
type | 
						The type.  | 
					
|---|---|
inputString | 
						The input string. @return  | 
					
Discussion
Computes the hash for a given [type](#//api/name/type).
			Declared In
FMIceLinkHashContextBase.h
– destroy
	
Destroys this instance.
			- (void)destroyDiscussion
Destroys this instance.
			Declared In
FMIceLinkHashContextBase.h
– doComputeWithInput:
	
Computes the hash.
			- (FMIceLinkDataBuffer *)doComputeWithInput:(FMIceLinkDataBuffer *)inputParameters
input | 
						The input. @return  | 
					
|---|
Discussion
Computes the hash.
			Declared In
FMIceLinkHashContextBase.h
– doDestroy
	
Destroys this instance.
			- (void)doDestroyDiscussion
Destroys this instance.
			Declared In
FMIceLinkHashContextBase.h
+ hashContextBaseWithType:
	
Initializes a new instance of the FMIceLinkHashContextBase class.
			+ (FMIceLinkHashContextBase *)hashContextBaseWithType:(FMIceLinkHashType)typeParameters
type | 
						The type.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkHashContextBase class.
			Declared In
FMIceLinkHashContextBase.h
– initWithType:
	
Initializes a new instance of the FMIceLinkHashContextBase class.
			- (instancetype)initWithType:(FMIceLinkHashType)typeParameters
type | 
						The type.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkHashContextBase class.
			Declared In
FMIceLinkHashContextBase.h
– type
	
Gets the type.
			- (FMIceLinkHashType)typeDiscussion
Gets the type.
			Declared In
FMIceLinkHashContextBase.h