fm.liveswitch.Md5Sha1HashContext Class Reference

An MD5-SHA1 hash context. More...

Public Member Functions

fm.liveswitch.DataBuffer compute (fm.liveswitch.DataBuffer input)
 Computes the specified input. More...
 
void destroy ()
 Destroys this instance. More...
 
 Md5Sha1HashContext ()
 Initializes a new instance of the fm.liveswitch.Md5Sha1HashContext class. More...
 

Detailed Description

An MD5-SHA1 hash context.

Constructor & Destructor Documentation

◆ Md5Sha1HashContext()

fm.liveswitch.Md5Sha1HashContext.Md5Sha1HashContext ( )

Initializes a new instance of the fm.liveswitch.Md5Sha1HashContext class.

Member Function Documentation

◆ compute()

fm.liveswitch.DataBuffer fm.liveswitch.Md5Sha1HashContext.compute ( fm.liveswitch.DataBuffer  input)

Computes the specified input.

Parameters
inputThe input.

◆ destroy()

void fm.liveswitch.Md5Sha1HashContext.destroy ( )

Destroys this instance.