Package com.exonum.binding.common.crypto
-
Interface Summary Interface Description CryptoFunction A crypto function that provides several signature system crypto methods. -
Class Summary 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.