Module keys

Source
Expand description

Key interface for Public/Private key encryption

Traits§

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