Enum openssl::crypto::pkey::EncryptionPadding[][src]

pub enum EncryptionPadding {
    OAEP,
    PKCS1v15,
}

Type of encryption padding to use.

Variants

Trait Implementations

impl Copy for EncryptionPadding
[src]

impl Clone for EncryptionPadding
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for EncryptionPadding

impl Sync for EncryptionPadding