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.RIPEMD320Digest
public class RIPEMD320Digest
extends GeneralDigest
Constructor Summary | |
| |
|
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 RIPEMD320Digest()
Standard constructor
public RIPEMD320Digest(RIPEMD320Digest 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