Enum openssl::crypto::pkey::EncryptionPadding   
            [−]
        [src]
pub enum EncryptionPadding {
    OAEP,
    PKCS1v15,
}Type of encryption padding to use.
Variants
OAEP | |
PKCS1v15 | 
pub enum EncryptionPadding {
    OAEP,
    PKCS1v15,
}Type of encryption padding to use.
OAEP | |
PKCS1v15 | 
impl Clone for EncryptionPaddingfn clone(&self) -> EncryptionPaddingfn clone_from(&mut self, source: &Self)impl Copy for EncryptionPadding
                Prefix searches with a type followed by a colon (e.g.
                fn:) to restrict the search to a given type.
            
                Accepted types are: fn, mod,
                struct, enum,
                trait, typedef (or
                tdef).