Bouncy Castle Cryptography Library 1.37 | |
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.RIPEMD160Digest
public class RIPEMD160Digest
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 RIPEMD160Digest()
Standard constructor
public RIPEMD160Digest(RIPEMD160Digest 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