org.bouncycastle.crypto.digests
public class SHA1Digest extends GeneralDigest
| Constructor Summary | |
|---|---|
| SHA1Digest()
Standard constructor | |
| SHA1Digest(SHA1Digest t)
Copy constructor. | |
| Method Summary | |
|---|---|
| int | doFinal(byte[] out, int outOff) |
| String | getAlgorithmName() |
| int | getDigestSize() |
| protected void | processBlock() |
| protected void | processLength(long bitLength) |
| protected void | processWord(byte[] in, int inOff) |
| void | reset()
reset the chaining variables |