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

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.

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.