org.bouncycastle.crypto.digests

Class RIPEMD160Digest

public class RIPEMD160Digest extends GeneralDigest

implementation of RIPEMD see, http://www.esat.kuleuven.ac.be/~bosselae/ripemd160.html
Constructor Summary
RIPEMD160Digest()
Standard constructor
RIPEMD160Digest(RIPEMD160Digest t)
Copy constructor.
Method Summary
intdoFinal(byte[] out, int outOff)
StringgetAlgorithmName()
intgetDigestSize()
protected voidprocessBlock()
protected voidprocessLength(long bitLength)
protected voidprocessWord(byte[] in, int inOff)
voidreset()
reset the chaining variables to the IV values.

Constructor Detail

RIPEMD160Digest

public RIPEMD160Digest()
Standard constructor

RIPEMD160Digest

public RIPEMD160Digest(RIPEMD160Digest t)
Copy constructor. This will copy the state of the provided message digest.

Method Detail

doFinal

public int doFinal(byte[] out, int outOff)

getAlgorithmName

public String getAlgorithmName()

getDigestSize

public int getDigestSize()

processBlock

protected void processBlock()

processLength

protected void processLength(long bitLength)

processWord

protected void processWord(byte[] in, int inOff)

reset

public void reset()
reset the chaining variables to the IV values.