cosmian_kms_crypto 5.24.0

Cosmian KMS Crypto - cryptographic operations and algorithms
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
mod certificate;
mod hashing;
mod private_key;
mod public_key;
pub mod x509_extensions;

pub use certificate::{
    certificate_attributes_to_subject_name, kmip_certificate_to_openssl,
    openssl_certificate_extensions, openssl_certificate_to_kmip,
    openssl_x509_to_certificate_attributes,
};
pub use hashing::{hashing_algorithm_to_openssl, hashing_algorithm_to_openssl_ref};
pub use private_key::{kmip_private_key_to_openssl, openssl_private_key_to_kmip};
pub use public_key::{kmip_public_key_to_openssl, openssl_public_key_to_kmip};