summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--openpgp/src/cert.rs1
1 files changed, 1 insertions, 0 deletions
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`]