mirror of
https://codeberg.org/openpgp/notes.git
synced 2024-11-23 16:12:05 +01:00
change to 'may refer to'
This commit is contained in:
parent
52b98a5c5c
commit
1672ecc4c2
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ The term "key," without additional context, can refer to either public or privat
|
||||||
|
|
||||||
### Layers of keys in OpenPGP
|
### Layers of keys in OpenPGP
|
||||||
|
|
||||||
In OpenPGP, the term "key" is used to refer to three distinct layers, each serving a unique purpose:
|
In OpenPGP, the term "key" may refer to three distinct layers, each serving a unique purpose:
|
||||||
|
|
||||||
1. A (bare) ["cryptographic key"](asymmetric_key_pair) comprises the private and/or public parameters forming a key. For instance, in the case of an RSA private key, the key consists of the exponent `d` along with the prime numbers `p` and `q`.
|
1. A (bare) ["cryptographic key"](asymmetric_key_pair) comprises the private and/or public parameters forming a key. For instance, in the case of an RSA private key, the key consists of the exponent `d` along with the prime numbers `p` and `q`.
|
||||||
2. An OpenPGP *component key* includes either an "OpenPGP primary key" or an "OpenPGP subkey." It is a building block of an OpenPGP certificate, consisting of a cryptographic keypair coupled with some invariant metadata, such as key creation time.
|
2. An OpenPGP *component key* includes either an "OpenPGP primary key" or an "OpenPGP subkey." It is a building block of an OpenPGP certificate, consisting of a cryptographic keypair coupled with some invariant metadata, such as key creation time.
|
||||||
|
|
Loading…
Reference in a new issue