public class Hash extends Object
| 构造器和说明 |
|---|
Hash() |
| 限定符和类型 | 方法和说明 |
|---|---|
static byte[] |
hashUsingSM3(byte[] data) |
static byte[] |
hashUsingSM3(byte[] data,
int start,
int end) |
static byte[] |
ripeMD160(byte[] msg)
Ripemd160,这种hash算法可以缩短长度
|
Copyright © 2022. All rights reserved.