jonelo.jacksum.algorithm
Class MDbouncycastle
AbstractChecksum
jonelo.jacksum.algorithm.MDbouncycastle
public class MDbouncycastle
extends AbstractChecksum
A wrapper class that can be used to compute GOST, RIPEMD256 and RIPEMD320
(provided by bouncycastle.org).
MDbouncycastle
public MDbouncycastle(String arg)
throws NoSuchAlgorithmException
Creates new MDbouncycastle
getByteArray
public byte[] getByteArray()
toString
public String toString()
update
public void update(byte b)
update
public void update(byte[] buffer,
int offset,
int len)
update
public void update(int b)