Uses of Class
com.exonum.binding.common.crypto.Ed25519CryptoFunction
-
Packages that use Ed25519CryptoFunction Package Description com.exonum.binding.common.crypto -
-
Uses of Ed25519CryptoFunction in com.exonum.binding.common.crypto
Methods in com.exonum.binding.common.crypto that return Ed25519CryptoFunction Modifier and Type Method Description static Ed25519CryptoFunction
Ed25519CryptoFunction. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Ed25519CryptoFunction[]
Ed25519CryptoFunction. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-