| 接口 | 说明 |
|---|---|
| Cryptography | |
| Key |
An ECC public or private key
|
| 类 | 说明 |
|---|---|
| BouncyCastleCrypto | |
| CertTool | |
| Crypto | |
| ED25519 | |
| Hash |
A Hash identifies objects, that is blocks and transactions, in the ledger.
|
| PrivateKey |
An EC Private Key, technically a big positive integer capable of signing such that the signature can be verified
with the corresponding EC Public Key
|
| PublicKey |
An EC public Key suitable for verifying a signature created with the
corresponding EC PrivateKey
|
Copyright © 2018. All Rights Reserved.