ch4: remove duplication

This commit is contained in:
Heiko Schaefer 2023-10-04 14:28:22 +02:00
parent f62fb72190
commit ee35f4af51
No known key found for this signature in database
GPG key ID: 4A849A1904CCBD7D

View file

@ -148,8 +148,6 @@ User IDs are associated with preference settings (such as preferred encryption a
### Linking the components of an OpenPGP certificate
Internally, an OpenPGP certificate consists of OpenPGP packets. Those packets are individual, independent chunks of data, and are combined by merely stringing them together, one after the other.
So far we've looked at the components in an OpenPGP certificate, but certificates actually contain another set of elements, which bind the components together, and add metadata to them.
Internally, an OpenPGP certificate consists of a sequence of OpenPGP packets. These packets are just stringed together, one after the other. When a certificate is stored in a file[^tpk], it's easy to remove some of these packets, or add new ones.