| 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.Objectorg.bouncycastle.crypto.digests.GeneralDigestorg.bouncycastle.crypto.digests.RIPEMD320Digestpublic class RIPEMD320Digestextends GeneralDigestConstructor 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