Module key

Source
Expand description

Cryptographic key handling.

Re-exports§

pub use base::CryptographicKeyContext;
pub use base::DecryptMode;
pub use base::EncryptMode;
pub use base::KeyFormat;
pub use base::KeyMechanism;
pub use base::KeyType;
pub use base::MIN_RSA_BIT_LENGTH;
pub use base::SignatureType;
pub use base::key_type_and_mechanisms_match_signature_type;
pub use base::key_type_matches_length;
pub use base::key_type_matches_mechanisms;
pub use import::PrivateKeyImport;

Modules§

base
Cryptographic key handling.
error 🔒
Error handling
import
Functionality for importing of cryptographic key material.

Enums§

Error
An error that can occur when dealing with keys.