Bouncy Castle Cryptography Library 1.39 | |
Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.bouncycastle.crypto.digests.GeneralDigest
org.bouncycastle.crypto.digests.MD5Digest
public class MD5Digest
extends GeneralDigest
Method Summary | |
int |
|
String | |
int | |
protected void | |
protected void |
|
protected void |
|
void |
|
Methods inherited from class org.bouncycastle.crypto.digests.GeneralDigest | |
finish , getByteLength , processBlock , processLength , processWord , reset , update , update |
public MD5Digest()
Standard constructor
public MD5Digest(MD5Digest t)
Copy constructor. This will copy the state of the provided message digest.
protected void processLength(long bitLength)
- Overrides:
- processLength in interface GeneralDigest
protected void processWord(byte[] in, int inOff)
- Overrides:
- processWord in interface GeneralDigest
public void reset()
reset the chaining variables to the IV values.
- Overrides:
- reset in interface GeneralDigest