Trait KeyParams

Source
pub trait KeyParams {
    type KeyParams;

    // Required method
    fn key_params(&self) -> Self::KeyParams;
}

Required Associated Types§

Required Methods§

Source

fn key_params(&self) -> Self::KeyParams

Implementors§

Source§

impl KeyParams for cmail_rpgp::crypto::ecdh::SecretKey

Source§

impl KeyParams for PrivateKey

Source§

impl KeyParams for cmail_rpgp::crypto::x448::SecretKey

Source§

impl KeyParams for cmail_rpgp::crypto::x25519::SecretKey