public class RIPEMD320Digest extends GeneralDigest
Note: this implementation offers the same level of security as RIPEMD 160.
| Constructor and Description |
|---|
RIPEMD320Digest()
Standard constructor
|
RIPEMD320Digest(RIPEMD320Digest t)
Copy constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
doFinal(byte[] out,
int outOff)
close the digest, producing the final digest value.
|
String |
getAlgorithmName()
return the algorithm name
|
int |
getDigestSize()
return the size, in bytes, of the digest produced by this message digest.
|
protected void |
processBlock() |
protected void |
processLength(long bitLength) |
protected void |
processWord(byte[] in,
int inOff) |
void |
reset()
reset the chaining variables to the IV values.
|
finish, getByteLength, update, updatepublic RIPEMD320Digest()
public RIPEMD320Digest(RIPEMD320Digest t)
public String getAlgorithmName()
Digestpublic int getDigestSize()
Digestprotected void processWord(byte[] in,
int inOff)
processWord in class GeneralDigestprotected void processLength(long bitLength)
processLength in class GeneralDigestpublic int doFinal(byte[] out,
int outOff)
Digestout - the array the digest is to be copied into.outOff - the offset into the out array the digest is to start at.public void reset()
reset in interface Digestreset in class GeneralDigestprotected void processBlock()
processBlock in class GeneralDigestCopyright © 2015. All rights reserved.