cosmian_kms_interfaces 5.14.0

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

pub(crate) mod hsm_store;
mod interface;

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