Enum openssl::x509::extension::ExtKeyUsageOption   
            
                [−]
            
        [src]
pub enum ExtKeyUsageOption {
    ServerAuth,
    ClientAuth,
    CodeSigning,
    EmailProtection,
    TimeStamping,
    MsCodeInd,
    MsCodeCom,
    MsCtlSign,
    MsSgc,
    MsEfs,
    NsSgc,
    Other(String),
}Variants
| ServerAuth | ||
| ClientAuth | ||
| CodeSigning | ||
| EmailProtection | ||
| TimeStamping | ||
| MsCodeInd | ||
| MsCodeCom | ||
| MsCtlSign | ||
| MsSgc | ||
| MsEfs | ||
| NsSgc | ||
| Other | An arbitrary key usage by OID. |