Struct openssl::sign::RsaPssSaltlen [−][src]
pub struct RsaPssSaltlen(_);
Salt lengths that must be used with set_rsa_pss_saltlen.
Implementations
impl RsaPssSaltlen[src]
impl RsaPssSaltlen[src]pub fn custom(val: c_int) -> RsaPssSaltlen[src]
Sets the salt length to the given value.
pub const DIGEST_LENGTH: RsaPssSaltlen[src]
The salt length is set to the digest length.
Corresponds to the special value -1.
pub const MAXIMUM_LENGTH: RsaPssSaltlen[src]
The salt length is set to the maximum permissible value.
Corresponds to the special value -2.