public class Digest extends Object
| 构造器和说明 |
|---|
Digest() |
| 限定符和类型 | 方法和说明 |
|---|---|
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 © 2021. All rights reserved.