FMIceLinkMd5Sha1HashContext Class Reference

Inherits from NSObject
Declared in FMIceLinkMd5Sha1HashContext.h
FMIceLinkMd5Sha1HashContext.m

Overview

An MD5-SHA1 hash context.

– computeWithInput:

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

Parameters

input

The input. @return

Discussion

Computes the specified input.

Declared In

FMIceLinkMd5Sha1HashContext.h

– destroy

Destroys this instance.
- (void)destroy

Discussion

Destroys this instance.

Declared In

FMIceLinkMd5Sha1HashContext.h

– init

Initializes a new instance of the FMIceLinkMd5Sha1HashContext class.
- (instancetype)init

Discussion

Initializes a new instance of the FMIceLinkMd5Sha1HashContext class.

Declared In

FMIceLinkMd5Sha1HashContext.h

+ md5Sha1HashContext

Initializes a new instance of the FMIceLinkMd5Sha1HashContext class.
+ (FMIceLinkMd5Sha1HashContext *)md5Sha1HashContext

Discussion

Initializes a new instance of the FMIceLinkMd5Sha1HashContext class.

Declared In

FMIceLinkMd5Sha1HashContext.h