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