org.bouncycastle.crypto.digests
public class MD4Digest extends GeneralDigest
NOTE: This algorithm is only included for backwards compatability with legacy applications, it's not secure, don't use it for anything new!
| Constructor Summary | |
|---|---|
| MD4Digest()
Standard constructor | |
| MD4Digest(MD4Digest 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 to the IV values. |