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[] |
sha224(byte[] value) |
static byte[] |
sha224(byte[] value,
int offset,
int length) |
static byte[] |
sha256(byte[] value) |
static byte[] |
sha256(byte[] value,
int offset,
int length) |
static byte[] |
sha384(byte[] value) |
static byte[] |
sha384(byte[] value,
int offset,
int length) |
static byte[] |
sha512(byte[] value) |
static byte[] |
sha512(byte[] value,
int offset,
int length) |
static byte[] |
sm3(byte[] value) |
static byte[] |
sm3(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[] sha224(byte[] value)
public static byte[] sha224(byte[] value,
int offset,
int length)
public static byte[] sha384(byte[] value)
public static byte[] sha384(byte[] value,
int offset,
int length)
public static byte[] sha512(byte[] value)
public static byte[] sha512(byte[] value,
int offset,
int length)
public static byte[] sm3(byte[] value)
public static byte[] sm3(byte[] value,
int offset,
int length)
public static byte[] hmacSha512(byte[] keyBytes,
byte[] text)
Copyright © 2022. All rights reserved.