org.bouncycastle.crypto.digests
public abstract class GeneralDigest extends Object implements ExtendedDigest
| Constructor Summary | |
|---|---|
| protected | GeneralDigest()
Standard constructor |
| protected | GeneralDigest(GeneralDigest t)
Copy constructor. |
| Method Summary | |
|---|---|
| void | finish() |
| int | getByteLength() |
| protected abstract void | processBlock() |
| protected abstract void | processLength(long bitLength) |
| protected abstract void | processWord(byte[] in, int inOff) |
| void | reset() |
| void | update(byte in) |
| void | update(byte[] in, int inOff, int len) |