ckms 5.22.0

Command Line Interface used to manage the Cosmian KMS server. If any assistance is needed, please either visit the Cosmian technical documentation at https://docs.cosmian.com or contact the Cosmian support team on Discord https://discord.com/invite/7kPMNtHpnz
Documentation
1
2
3
4
5
6
7
8
9
#[cfg(feature = "non-fips")]
pub(crate) mod create_key_pair;
#[cfg(feature = "non-fips")]
pub(crate) mod encrypt_decrypt;
#[cfg(feature = "non-fips")]
pub(crate) mod sign_verify;

#[cfg(feature = "non-fips")]
pub(crate) const SUB_COMMAND: &str = "rsa";