FMIceLinkHashContextBase Class Reference

Inherits from NSObject
Declared in FMIceLinkHashContextBase.h
FMIceLinkHashContextBase.m

Overview

A hash context.

– computeWithInput:

Computes the hash.
- (FMIceLinkDataBuffer *)computeWithInput:(FMIceLinkDataBuffer *)input

Parameters

input

The input. @return

Discussion

Computes the hash.

Declared In

FMIceLinkHashContextBase.h

– computeWithInputString:

Computes the hash.
- (FMIceLinkDataBuffer *)computeWithInputString:(NSString *)inputString

Parameters

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 *)input

Parameters

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 *)inputString

Parameters

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)destroy

Discussion

Destroys this instance.

Declared In

FMIceLinkHashContextBase.h

– doComputeWithInput:

Computes the hash.
- (FMIceLinkDataBuffer *)doComputeWithInput:(FMIceLinkDataBuffer *)input

Parameters

input

The input. @return

Discussion

Computes the hash.

Declared In

FMIceLinkHashContextBase.h

– doDestroy

Destroys this instance.
- (void)doDestroy

Discussion

Destroys this instance.

Declared In

FMIceLinkHashContextBase.h

+ hashContextBaseWithType:

Initializes a new instance of the FMIceLinkHashContextBase class.
+ (FMIceLinkHashContextBase *)hashContextBaseWithType:(FMIceLinkHashType)type

Parameters

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)type

Parameters

type

The type.

Discussion

Initializes a new instance of the FMIceLinkHashContextBase class.

Declared In

FMIceLinkHashContextBase.h

– type

Gets the type.
- (FMIceLinkHashType)type

Discussion

Gets the type.

Declared In

FMIceLinkHashContextBase.h