cosmian_kms_interfaces 5.20.1

Crate exposing APIs for plugins to the Cosmian KMS
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod crypto_oracle_impl;

pub(crate) mod hsm_store;
mod interface;

pub use crypto_oracle_impl::HsmCryptoOracle;
pub use hsm_store::HsmStore;
pub use interface::{
    HSM, HsmKeyAlgorithm, HsmKeypairAlgorithm, HsmObject, HsmObjectFilter, KeyMaterial,
    RsaPrivateKeyMaterial, RsaPublicKeyMaterial,
};