Module keys

Source
Expand description

Key interface for Public/Private key encryption

Traits§

PubKey
An internal representation of a asymetric Public key.
PubKeyMut
An internal representation of a asymetric 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