Struct openssl::rsa::Padding [−][src]
pub struct Padding(_);
Expand description
Type of encryption padding to use.
Random length padding is primarily used to prevent attackers from predicting or knowing the exact length of a plaintext message that can possibly lead to breaking encryption.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Padding
impl UnwindSafe for Padding
Blanket Implementations
Mutably borrows from an owned value. Read more