A hash context. More...
Instance Methods | |
| (FMLiveSwitchDataBuffer *) | - computeWithInput: | 
| Computes the hash.  More... | |
| (FMLiveSwitchDataBuffer *) | - computeWithInputString: | 
| Computes the hash.  More... | |
| (void) | - destroy | 
| Destroys this instance.  More... | |
| (FMLiveSwitchDataBuffer *) | - doComputeWithInput: | 
| Computes the hash.  More... | |
| (void) | - doDestroy | 
| Destroys this instance.  More... | |
| (instancetype) | - initWithType: | 
| Initializes a new instance of the FMLiveSwitchHashContextBase class.  More... | |
| (FMLiveSwitchHashType) | - type | 
| Gets the type.  More... | |
Class Methods | |
| (FMLiveSwitchDataBuffer *) | + computeWithType:input: | 
| Computes the hash for a given type.  More... | |
| (FMLiveSwitchDataBuffer *) | + computeWithType:inputString: | 
| Computes the hash for a given type.  More... | |
| (FMLiveSwitchHashContextBase *) | + hashContextBaseWithType: | 
| Initializes a new instance of the FMLiveSwitchHashContextBase class.  More... | |
A hash context.
| - (FMLiveSwitchDataBuffer*) computeWithInput: | (FMLiveSwitchDataBuffer *) | input | 
Computes the hash.
| input | The input. | 
| - (FMLiveSwitchDataBuffer*) computeWithInputString: | (NSString *) | inputString | 
Computes the hash.
| inputString | The input. | 
| + (FMLiveSwitchDataBuffer*) computeWithType: | (FMLiveSwitchHashType) | type | |
| input: | (FMLiveSwitchDataBuffer *) | input | |
Computes the hash for a given type.
| type | The type. | 
| input | The input. | 
| + (FMLiveSwitchDataBuffer*) computeWithType: | (FMLiveSwitchHashType) | type | |
| inputString: | (NSString *) | inputString | |
Computes the hash for a given type.
| type | The type. | 
| inputString | The input string. | 
| - (void) destroy | 
Destroys this instance.
| - (FMLiveSwitchDataBuffer*) doComputeWithInput: | (FMLiveSwitchDataBuffer *) | input | 
Computes the hash.
| input | The input. | 
| - (void) doDestroy | 
Destroys this instance.
| + (FMLiveSwitchHashContextBase*) hashContextBaseWithType: | (FMLiveSwitchHashType) | type | 
Initializes a new instance of the FMLiveSwitchHashContextBase class.
| type | The type. | 
| - (instancetype) initWithType: | (FMLiveSwitchHashType) | type | 
Initializes a new instance of the FMLiveSwitchHashContextBase class.
| type | The type. | 
| - (FMLiveSwitchHashType) type | 
Gets the type.