Uses of Interface
com.exonum.binding.common.crypto.CryptoFunction
| Package | Description |
|---|---|
| com.exonum.binding.common.crypto | |
| com.exonum.binding.common.message |
-
Uses of CryptoFunction in com.exonum.binding.common.crypto
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 TransactionMessage.BuilderTransactionMessage.Builder. signedWith(KeyPair keys, CryptoFunction crypto)Sets the key pair and the crypto function to use to sign the message.