Expand description
Configuration objects for the various OpenPGP verification methods.
Re-exports§
pub use plain::PlainMode;pub use trust_anchor::NumCertifications;pub use trust_anchor::TrustAnchorMode;pub use wot::TrustAmountFlow;pub use wot::TrustAmountPartial;pub use wot::TrustAmountRoot;pub use wot::WebOfTrustMode;pub use wot::WebOfTrustRoot;
Modules§
- plain 🔒
- The “plain” OpenPGP verification method.
- trust_
anchor 🔒 - The “simple trust anchor” OpenPGP verification method.
- wot 🔒
- The “web of trust” OpenPGP verification method.