Enum openssl::x509::extension::KeyUsageOption [] [src]

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

Variants

DigitalSignature
NonRepudiation
KeyEncipherment
DataEncipherment
KeyAgreement
KeyCertSign
CRLSign
EncipherOnly
DecipherOnly

Trait Implementations

impl Display for KeyUsageOption

fn fmt(&self, f: &mut Formatter) -> Result<(), Error>

Derived Implementations

impl Copy for KeyUsageOption

impl Clone for KeyUsageOption

fn clone(&self) -> KeyUsageOption

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