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 classPrivateKeyRepresent a private key in a digital signature system.classPublicKeyRepresent 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.