Class FinHashRipeMD160

Namespace
Subsembly.FinTS
Assembly
Subsembly.FinTS.Core.dll

Implements the IFinHashAlgorithm interface based on the the RIPE-MD 160 hash algorithm.

public class FinHashRipeMD160 : IFinHashAlgorithm
Inheritance
FinHashRipeMD160
Implements
Inherited Members

Constructors

FinHashRipeMD160()

Required default constructor.

public FinHashRipeMD160()

Methods

Finalise()

Finalise RIPE-MD 160 computation and return resulting hash value.

public byte[] Finalise()

Returns

byte[]

Hash(FinByteBuffer)

Add data buffer to RIPE-MD 160 hash value.

public void Hash(FinByteBuffer aDataBuffer)

Parameters

aDataBuffer FinByteBuffer

The data buffer to be added. Must not be null.

Exceptions

ArgumentNullException

Parameter aDataBuffer was null.

Initialise()

(Re-)Initialise the RIPE-MD 160 engine.

public void Initialise()