| Interface | Description |
|---|---|
| CryptoFunction |
A crypto function that provides several signature system crypto methods.
|
| Class | Description |
|---|---|
| AbstractKey |
Represent either a private or public key in a digital signature system.
|
| CryptoFunctions |
A collection of public-key signature system crypto functions.
|
| CryptoFunctions.Ed25519 | |
| KeyPair |
A key pair class that stores public and private keys.
|
| PrivateKey |
Represent a private key in a digital signature system.
|
| PublicKey |
Represent a public key in a digital signature system.
|
| Enum | Description |
|---|---|
| Ed25519CryptoFunction |
A ED25519 public-key signature system crypto function.
|
Copyright © 2018 Exonum. All rights reserved.