Trait prople_crypto::keysecure::types::ToKeySecure

source ·
pub trait ToKeySecure {
    // Required method
    fn to_keysecure(
        &self,
        password: String
    ) -> Result<KeySecure, KeySecureError>;
}
Expand description

ToKeySecure is a base trait / interface used to save an object to the encrypted format using KeySecure format

Required Methods§

Implementors§