Expand description
PGP helper functions.
Enums§
Functions§
- armored_
keyring_ to_ certs - Make a Vec of Cert from an armored key(ring)
- cert_
to_ armored - make a “public key” ascii-armored representation of a Cert
- cert_
to_ armored_ private_ key - Get “private key” armored representation of a Cert
- certs_
to_ armored - Get the armored “public keyring” representation of a set of Certs.
- get_
expiry - Get expiration time of cert as a SystemTime
- get_
revoc_ issuer_ fp - is_
possibly_ revoked - Is cert (possibly) revoked?
- print_
cert_ info - revoc_
to_ armored - Make an armored representation of a revocation signature.
- to_cert
- Returns the first Cert found in ‘data’.
- to_
signature - Get a Signature object from signature data (optionally armored)
- tsign
signer
tsigns thesignee
key. Each User ID of signee gets certified.- valid_
certifications_ by - For User ID
uid
(which is a part ofcert
): find all valid certifications that have been made bycertifier
.