mirror of
https://codeberg.org/openpgp/notes.git
synced 2024-11-22 23:52:05 +01:00
Add examples to key terminology section
This commit is contained in:
parent
eeecce1286
commit
20ffb8e53b
1 changed files with 2 additions and 1 deletions
|
@ -40,9 +40,10 @@ In the OpenPGP space, the term "key" has historically been used for three
|
|||
distinct concepts, at three layers, all related to each other:
|
||||
|
||||
- (Bare) "cryptographic keys" (without additional metadata).
|
||||
Those might be the secret and/or public parameters that form a key, e.g. in case of an RSA secret key the exponent `d` along with the prime numbers `p` and `q`.
|
||||
- OpenPGP *component keys*: "OpenPGP primary keys" and "OpenPGP subkeys".
|
||||
Those are building blocks of OpenPGP certificates,
|
||||
they consist of a (bare) cryptographic keypair, plus metadata.
|
||||
they consist of a (bare) cryptographic keypair, plus some invariant metadata (e.g. key creation time).
|
||||
- "OpenPGP key" (or "OpenPGP certificate"):
|
||||
These consist of a number of component keys plus additional elements,
|
||||
such as identity information.
|
||||
|
|
Loading…
Reference in a new issue