Struct openssl::sign::RsaPssSaltlen[][src]

pub struct RsaPssSaltlen(_);
Expand description

Salt lengths that must be used with set_rsa_pss_saltlen.

Implementations

Sets the salt length to the given value.

The salt length is set to the digest length. Corresponds to the special value -1.

The salt length is set to the maximum permissible value. Corresponds to the special value -2.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.