Module keys

Source
Expand description

Key interface for Public/Private key encryption

Traitsยง

KeySelect
Interface for selecting an active key among the number of available keys.
KeySelectClient
Client for selecting keys.
KeySet
Interface for setting keys by a slice.
KeySetClient
Client for setting keys.
PubKey
An internal representation of a asymmetric Public key.
PubKeyMut
An internal representation of a asymmetric Public key.
PubPrivKey
An internal representation of a asymetric Public and Private key.
PubPrivKeyGenerate
An internal representation of generating asymetric Public/Private key pairs.
PubPrivKeyGenerateClient
Upcall from the PubPrivKeyGenerate trait.
PubPrivKeyMut
An internal representation of a asymetric Public and Private key.
RsaKey
RsaKeyMut
RsaPrivKey
RsaPrivKeyMut