From e09134c41b3ed37e31a3cd8727119d427daadf0c Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Tue, 17 Aug 2021 14:02:32 +0200 Subject: openpgp: Hint at how to encrypt and decrypt keys in a cert. - Fixes #731. --- openpgp/src/cert.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'openpgp/src/cert.rs') diff --git a/openpgp/src/cert.rs b/openpgp/src/cert.rs index 6bb72c20..ea6c1d24 100644 --- a/openpgp/src/cert.rs +++ b/openpgp/src/cert.rs @@ -35,6 +35,7 @@ //! also include any secret key material. //! - *Using a certificate*: See the [`Cert`] and [`ValidCert`] data structures. //! - *Revoking a certificate*: See the [`CertRevocationBuilder`] data structure. +//! - *Decrypt or encrypt secret keys*: See [`packet::Key::encrypt_secret`]'s example. //! - *Merging packets*: See the [`Cert::insert_packets`] method. //! - *Merging certificates*: See the [`Cert::merge_public`] method. //! - *Creating third-party certifications*: See the [`UserID::certify`] -- cgit v1.2.3