electric.util.crypto
Class MD5Digest
java.lang.Object
electric.util.crypto.GeneralDigest
electric.util.crypto.MD5Digest
- public class MD5Digest
- extends GeneralDigest
MD5Digest
- Author:
- webMethods
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MD5Digest
public MD5Digest()
getAlgorithmName
public java.lang.String getAlgorithmName()
- Returns:
getDigestSize
public int getDigestSize()
- Returns:
processWord
protected void processWord(byte[] in,
int inOff)
- Specified by:
processWord
in class GeneralDigest
- Parameters:
in
- inOff
-
processLength
protected void processLength(long bitLength)
- Specified by:
processLength
in class GeneralDigest
- Parameters:
bitLength
-
doFinal
public int doFinal(byte[] out,
int outOff)
- Parameters:
out
- outOff
-
- Returns:
reset
public void reset()
- reset the chaining variables to the IV values.
- Overrides:
reset
in class GeneralDigest
processBlock
protected void processBlock()
- Specified by:
processBlock
in class GeneralDigest
copyright© 2001-2004 by webMethods All Rights Reserved.