public class Digest extends Object
| Constructor and Description |
|---|
Digest() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
hash160(byte[] value) |
static byte[] |
hash256(byte[] value) |
static byte[] |
hash256(byte[] value,
int offset,
int length) |
static byte[] |
hmacSha512(byte[] keyBytes,
byte[] text) |
static byte[] |
ripemd160(byte[] value) |
static byte[] |
sha256(byte[] value) |
static byte[] |
sha256(byte[] value,
int offset,
int length) |
public static byte[] hash160(byte[] value)
public static byte[] hash256(byte[] value)
public static byte[] hash256(byte[] value,
int offset,
int length)
public static byte[] ripemd160(byte[] value)
public static byte[] sha256(byte[] value)
public static byte[] sha256(byte[] value,
int offset,
int length)
public static byte[] hmacSha512(byte[] keyBytes,
byte[] text)
Copyright © 2020. All rights reserved.