public final class RipeMd256 extends AbstractMessageDigest
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 |
---|
RipeMd256()
Creates a new RipeMd256 message digest object.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Returns a clone of this RipeMd256 Object.
|
protected void |
engineReset()
SPI: Resets this RipeMd256 message digest object for being supplied
with new data.
|
engineDigest, engineDigest, engineGetDigestLength, engineUpdate, engineUpdate
public RipeMd256()
for creating a messageDigest object.MessageDigest.getInstance("RIPEMD256");
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()