FMLiveSwitchMd5Sha1HashContext Class Reference

An MD5-SHA1 hash context. More...

Instance Methods

(FMLiveSwitchDataBuffer *) - computeWithInput:
 Computes the specified input. More...
 
(void) - destroy
 Destroys this instance. More...
 
(instancetype) - init
 Initializes a new instance of the FMLiveSwitchMd5Sha1HashContext class. More...
 

Class Methods

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

Detailed Description

An MD5-SHA1 hash context.

Method Documentation

◆ computeWithInput:

- (FMLiveSwitchDataBuffer*) computeWithInput: (FMLiveSwitchDataBuffer *)  input

Computes the specified input.

Parameters
inputThe input.

◆ destroy

- (void) destroy

Destroys this instance.

◆ init

- (instancetype) init

Initializes a new instance of the FMLiveSwitchMd5Sha1HashContext class.

◆ md5Sha1HashContext

+ (FMLiveSwitchMd5Sha1HashContext*) md5Sha1HashContext

Initializes a new instance of the FMLiveSwitchMd5Sha1HashContext class.