org.bouncycastle.crypto.digests
public class TigerDigest extends Object implements ExtendedDigest
| Constructor Summary | |
|---|---|
| TigerDigest()
Standard constructor | |
| TigerDigest(TigerDigest t)
Copy constructor. | |
| Method Summary | |
|---|---|
| int | doFinal(byte[] out, int outOff) |
| String | getAlgorithmName() |
| int | getByteLength() |
| int | getDigestSize() |
| void | reset()
reset the chaining variables |
| void | unpackWord(long r, byte[] out, int outOff) |
| void | update(byte in) |
| void | update(byte[] in, int inOff, int len) |