Struct sequoia_sop::SQOP

source ·
pub struct SQOP<'a> { /* private fields */ }
Expand description

SOP implementation based on Sequoia PGP.

Implementations§

Creates a sop::SOP implementation with an explicit sequoia_openpgp::policy::Policy.

To use the default sequoia_openpgp::policy::StandardPolicy, use SQOP::default.

Trait Implementations§

Returns the “default value” for a type. Read more
Gets version information.
Generates a Secret Key. Read more
Extracts a Certificate from a Secret Key. Read more
Creates Detached Signatures. Read more
Verifies Detached Signatures. Read more
Encrypts a Message. Read more
Decrypts a Message. Read more
Converts binary OpenPGP data to ASCII. Read more
Converts ASCII OpenPGP data to binary. Read more
Splits Signatures from an Inline-Signed Message. Read more
Verifies an Inline-Signed Message. Read more
Creates an Inline-Signed Message. Read more

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self
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.