org.bouncycastle.crypto.digests
public final class WhirlpoolDigest extends Object implements ExtendedDigest
Constructor Summary | |
---|---|
WhirlpoolDigest() | |
WhirlpoolDigest(WhirlpoolDigest originalDigest)
Copy constructor. |
Method Summary | |
---|---|
int | doFinal(byte[] out, int outOff) |
String | getAlgorithmName() |
int | getByteLength() |
int | getDigestSize() |
protected void | processBlock() |
void | reset()
reset the chaining variables |
void | update(byte in) |
void | update(byte[] in, int inOff, int len) |