Uses of Class
com.exonum.binding.common.crypto.KeyPair
-
Packages that use KeyPair Package Description com.exonum.binding.common.crypto com.exonum.binding.common.message -
-
Uses of KeyPair in com.exonum.binding.common.crypto
Methods in com.exonum.binding.common.crypto that return KeyPair Modifier and Type Method Description static KeyPairKeyPair. createKeyPair(byte[] privateKey, byte[] publicKey)Creates aKeyPairfrom two byte arrays, representingprivateKeyandpublicKey.KeyPairCryptoFunction. generateKeyPair()Generates a private key and a corresponding public key using a random seed.KeyPairCryptoFunction. generateKeyPair(byte[] seed)Generates a private key and a corresponding public key using aseedbyte array.KeyPairEd25519CryptoFunction. generateKeyPair()KeyPairEd25519CryptoFunction. generateKeyPair(byte[] seed) -
Uses of KeyPair in com.exonum.binding.common.message
Methods in com.exonum.binding.common.message with parameters of type KeyPair Modifier and Type Method Description TransactionMessageTransactionMessage.Builder. sign(KeyPair keys, CryptoFunction crypto)Signs the message, creating a new signed binary transaction message.
-