public class Hash extends Object
| 构造器和说明 |
|---|
Hash() |
| 限定符和类型 | 方法和说明 |
|---|---|
static byte[] |
doubleSha256(byte[] msg) |
static byte[] |
doubleSha256(byte[] msg,
int offset,
int length) |
static MessageDigest |
newDigest(String algo) |
static byte[] |
ripeMD128(byte[] msg) |
static byte[] |
sha256(byte[] msg) |
public static MessageDigest newDigest(String algo)
public static byte[] sha256(byte[] msg)
public static byte[] doubleSha256(byte[] msg)
public static byte[] doubleSha256(byte[] msg,
int offset,
int length)
public static byte[] ripeMD128(byte[] msg)
Copyright © 2020. All rights reserved.