Enum openssl::x509::KeyUsage [] [src]

pub enum KeyUsage {
    DigitalSignature,
    NonRepudiation,
    KeyEncipherment,
    DataEncipherment,
    KeyAgreement,
    KeyCertSign,
    CRLSign,
    EncipherOnly,
    DecipherOnly,
}

Variants

DigitalSignature
NonRepudiation
KeyEncipherment
DataEncipherment
KeyAgreement
KeyCertSign
CRLSign
EncipherOnly
DecipherOnly

Trait Implementations

Derived Implementations

impl Copy for KeyUsage

impl Clone for KeyUsage

fn clone(&self) -> KeyUsage

fn clone_from(&mut self, source: &Self)