Uses of Class
com.exonum.binding.common.crypto.AbstractKey
Package | Description |
---|---|
com.exonum.binding.common.crypto |
-
Uses of AbstractKey in com.exonum.binding.common.crypto
Subclasses of AbstractKey in com.exonum.binding.common.crypto Modifier and Type Class Description class
PrivateKey
Represent a private key in a digital signature system.class
PublicKey
Represent a public key in a digital signature system.Methods in com.exonum.binding.common.crypto that return types with arguments of type AbstractKey Modifier and Type Method Description static Funnel<AbstractKey>
AbstractKey. keyFunnel()
Returns a funnel for any key.