change to 'may refer to'

This commit is contained in:
Tammi L. Coles 2023-10-12 14:06:10 +02:00
parent 52b98a5c5c
commit 1672ecc4c2

View file

@ -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.