Expand description
Cryptographic key module.
Structs§
- A key fingerprint
- A Public OpenPGP key (βTransferable Public Keyβ), complete with self-signatures (and optionally third party signatures). This format can be used to transfer a public key to other OpenPGP users.
- Represents a secret signed PGP key.
Traits§
- DcKey πConvenience trait for working with keys.
- DcSecret
Key πDeltachat extension trait for secret keys.
Functions§
- generate_
keypair π - load_
keypair π - load_
self_ πpublic_ key - Returns our own public keyring.
- load_
self_ πsecret_ key - Saves a keypair as the default keys.
- store_
self_ πkeypair Store the keypair as an owned keypair for addr in the database.