ch4: component keys, edits

(process feedback from https://codeberg.org/openpgp/doc-int/issues/5)
This commit is contained in:
Heiko Schaefer 2023-09-21 19:13:22 +02:00
parent 606acf6be9
commit cd09323991
No known key found for this signature in database
GPG key ID: 4A849A1904CCBD7D

View file

@ -31,13 +31,17 @@ An OpenPGP component key (either the "primary key", or a "subkey") consists main
![Image](diag/cryptographic_keys.png "A cryptographic keypair") ![Image](diag/cryptographic_keys.png "A cryptographic keypair")
A cryptographic keypair consists of a private and a public part. In this document, we'll show the public part of a cryptographic key in green, and the private part in red. A cryptographic keypair, in turn, consists of a private and a public part. In this document, we'll show the public part of a cryptographic key in green, and the private part in red.
We'll visualize cryptographic keypairs in a more compact form: We'll usually visualize cryptographic keypairs in a more compact form:
![Image](diag/keypair.png "A cryptographic keypair") ![Image](diag/keypair.png "A cryptographic keypair")
(In some contexts, instead of the full cryptographic keypair, only the public part is present. More on that later.) Note that in many contexts, only the public part is present:
![Image](diag/keypair_pub.png "Only the public part of a cryptographic keypair")
More on that later.
An OpenPGP component key consists of An OpenPGP component key consists of