Expand description
Key interface for Public/Private key encryption
Traitsยง
- KeySelect
- Interface for selecting an active key among the number of available keys.
- KeySelect
Client - Client for selecting keys.
- KeySet
- Interface for setting keys by a slice.
- KeySet
Client - Client for setting keys.
- PubKey
- An internal representation of a asymmetric Public key.
- PubKey
Mut - An internal representation of a asymmetric Public key.
- PubPriv
Key - An internal representation of a asymetric Public and Private key.
- PubPriv
KeyGenerate - An internal representation of generating asymetric Public/Private key pairs.
- PubPriv
KeyGenerate Client - Upcall from the
PubPrivKeyGenerate
trait. - PubPriv
KeyMut - An internal representation of a asymetric Public and Private key.
- RsaKey
- RsaKey
Mut - RsaPriv
Key - RsaPriv
KeyMut