mirror of
https://codeberg.org/openpgp/notes.git
synced 2024-11-22 07:32:05 +01:00
An OpenPGP message does not contain certificates, but literal, encrypted, compressed or signed data
This commit is contained in:
parent
bc7f63c4e2
commit
78a8677a54
1 changed files with 1 additions and 1 deletions
|
@ -350,7 +350,7 @@ OpenPGP Key
|
||||||
Used either for an {term}`OpenPGP Certificate` (containing public key material and metadata), or for an {term}`OpenPGP Private Key`. See [](/certificates) for an in-depth discussion.
|
Used either for an {term}`OpenPGP Certificate` (containing public key material and metadata), or for an {term}`OpenPGP Private Key`. See [](/certificates) for an in-depth discussion.
|
||||||
|
|
||||||
OpenPGP Message
|
OpenPGP Message
|
||||||
A data structure, which contains OpenPGP components such as {term}`OpenPGP Certificate` or {term}`OpenPGP Signature Packet` and plaintext or encrypted data.
|
A data structure, which contains OpenPGP packets, such as {term}`literal<Literal Data Packet>`, {term}`compressed<Compressed Data Packet>`, {term}`encrypted<Encrypted Data>` or {term}`signed<Data Signature>` data.
|
||||||
|
|
||||||
OpenPGP Public Key
|
OpenPGP Public Key
|
||||||
See {term}`OpenPGP Certificate`.
|
See {term}`OpenPGP Certificate`.
|
||||||
|
|
Loading…
Reference in a new issue