Uses of Interface
com.exonum.binding.common.crypto.CryptoFunction
-
Packages that use CryptoFunction Package Description com.exonum.binding.common.crypto com.exonum.binding.common.message -
-
Uses of CryptoFunction in com.exonum.binding.common.crypto
Classes in com.exonum.binding.common.crypto that implement CryptoFunction Modifier and Type Class Description classEd25519CryptoFunctionA ED25519 public-key signature system crypto function.Methods in com.exonum.binding.common.crypto that return CryptoFunction Modifier and Type Method Description static CryptoFunctionCryptoFunctions. ed25519()Returns a ED25519 public-key signature system crypto function. -
Uses of CryptoFunction in com.exonum.binding.common.message
Methods in com.exonum.binding.common.message with parameters of type CryptoFunction Modifier and Type Method Description TransactionMessageTransactionMessage.Builder. sign(KeyPair keys, CryptoFunction crypto)Signs the message, creating a new signed binary transaction message.
-