public final class RipeMd320 extends AbstractMessageDigest
getInstance()
is
RIPEMD320
.
For a specification of the algorithm see Fast Software Encryption, LCS 1039, Springer Verlag, 1996, pp. 71-82. Also available online from http://www.esat.kuleuven.ac.be/cosic/cosic.html.
MessageDigest
Constructor and Description |
---|
RipeMd320()
Creates a new RipeMd320 message digest object.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Returns a clone of this RipeMd320 Object.
|
protected void |
engineReset()
SPI: Resets this RipeMd160 message digest object for being supplied
with new data.
|
engineDigest, engineDigest, engineGetDigestLength, engineUpdate, engineUpdate
public RipeMd320()
for creating a messageDigest object.MessageDigest.getInstance("RIPEMD320");
MessageDigest.getInstance(java.lang.String)
public java.lang.Object clone()
clone
in class AbstractMessageDigest
protected void engineReset()
This method is called by engineDigest
after the
actual hash computation has been finished to automatically reset the
message digest object for being supplied with new data for starting a new
hash computation.
engineReset
in class AbstractMessageDigest
MessageDigestSpi.engineReset()