[−][src]Module sequoia_ffi::openpgp::keyid
KeyIDs.
A KeyID is a fingerprint fragment. It identifies a public key, but is easy to forge. For more details about how a KeyID is generated, see Section 12.2 of RFC 4880.
Wraps sequoia-openpgp::KeyID
.
Structs
KeyID | Holds a KeyID. |
Functions
pgp_keyid_clone | Clones this object. |
pgp_keyid_debug | Returns a human readable description of this object |
pgp_keyid_equal | Compares objects. |
pgp_keyid_free | Frees this object. |
pgp_keyid_from_bytes | Reads a binary key ID. |
pgp_keyid_from_hex | Reads a hex-encoded Key ID. |
pgp_keyid_hash | Hashes this object. |
pgp_keyid_to_hex | Converts the KeyID to a hexadecimal number. |
pgp_keyid_to_string | Returns a human readable description of this object |