| java.lang.Object org.bouncycastle.crypto.digests.GeneralDigest org.bouncycastle.crypto.digests.MD4Digest
MD4Digest | public class MD4Digest extends GeneralDigest (Code) | | implementation of MD4 as RFC 1320 by R. Rivest, MIT Laboratory for
Computer Science and RSA Data Security, Inc.
NOTE: This algorithm is only included for backwards compatability
with legacy applications, it's not secure, don't use it for anything new!
|
MD4Digest | public MD4Digest()(Code) | | Standard constructor
|
MD4Digest | public MD4Digest(MD4Digest t)(Code) | | Copy constructor. This will copy the state of the provided
message digest.
|
doFinal | public int doFinal(byte[] out, int outOff)(Code) | | |
getDigestSize | public int getDigestSize()(Code) | | |
processBlock | protected void processBlock()(Code) | | |
processLength | protected void processLength(long bitLength)(Code) | | |
processWord | protected void processWord(byte[] in, int inOff)(Code) | | |
reset | public void reset()(Code) | | reset the chaining variables to the IV values.
|
|
|