Expand description
Builders for the SOP operations.
Structs§
- A successful signature verification.
- A successful signature verification.
- Represents a name and version tuple.
Enums§
- The ASCII Armor Label.
- Plaintext data format.
- Inline Signature type.
- Indicates the cryptographic digest used when making a signature.
- Signature type.
- Indicates the type of signature in a
Verification.
Traits§
- Builder for
SOP::armor. - Builder for
SOP::certify_userid. - Builder for
SOP::change_key_password. - Builder for
SOP::dearmor. - Builder for
SOP::decrypt. - Builder for
SOP::encrypt. - Builder for
SOP::extract_cert. - Builder for
SOP::generate_key. - Builder for
SOP::inline_detach. - Builder for
SOP::inline_sign. - Builder for
SOP::inline_verify. - Builder for
SOP::merge_certs. - An operation that returns a value ready to be executed.
- Builder for
SOP::revoke_key. - Builder for
SOP::sign. - Builder for
SOP::update_key. - Builder for
SOP::validate_userid. - Builder for
SOP::verify. - Finalizes detached signature verification.
- Builder for
SOP::version.