public class DigestUtils
extends java.lang.Object
Constructor and Description |
---|
DigestUtils() |
Modifier and Type | Method and Description |
---|---|
static byte[] |
ripeMD160(byte[] data) |
static byte[] |
sha256(byte[] data) |
public static byte[] sha256(byte[] data) throws InternalErrorException
InternalErrorException
public static byte[] ripeMD160(byte[] data) throws InternalErrorException
InternalErrorException