| 程序包 | 说明 |
|---|---|
| com.arxanfintech.common.crypto |
| 限定符和类型 | 字段和说明 |
|---|---|
static Hash |
Hash.INVALID |
| 限定符和类型 | 方法和说明 |
|---|---|
static Hash |
Hash.createFromSafeArray(byte[] hash)
Unsafe constructor of a Hash.
|
static Hash |
Hash.merge(Hash a,
Hash b)
Merge two Hashes into one for Merkle Tree calculation
|
static Hash |
Hash.of(byte[] data)
Create a Hash with double SHA256 hash of arbitrary data
|
| 限定符和类型 | 方法和说明 |
|---|---|
static Hash |
Hash.merge(Hash a,
Hash b)
Merge two Hashes into one for Merkle Tree calculation
|
Copyright © 2018. All Rights Reserved.