Fix targets

This commit is contained in:
Paul Schaub 2023-10-03 13:53:45 +02:00 committed by Heiko Schaefer
parent 1ce91b8820
commit 23bd402f4e
No known key found for this signature in database
GPG key ID: 4A849A1904CCBD7D

View file

@ -40,15 +40,15 @@ flowchart LR
certification --> uidcert & uidrev & dksig & krev certification --> uidcert & uidrev & dksig & krev
subgraph Siganture Types and Targets subgraph Siganture Types and Targets
standalone[0x02: Standalone] standalone[0x02: Standalone]
subgraph Signature Packets subgraph Signature Packet
confsig[0x50: Third-Party Confirmation] confsig[0x50: Third-Party Confirmation]
timestamp[0x40: Timestamp] timestamp[0x40: Timestamp]
end end
subgraph Data Packets subgraph Data
binary[0x00: Binary Data] binary[0x00: Binary Data]
text[0x01: Canonical Text] text[0x01: Canonical Text]
end end
subgraph User ID / User Attribute Packets subgraph Primary Key + User ID / Attr. Packet
uidcert[ uidcert[
0x10: Generic Certification 0x10: Generic Certification
0x11: Persona Certification 0x11: Persona Certification
@ -61,7 +61,7 @@ flowchart LR
dksig[0x1F: Direct-Key Signature] dksig[0x1F: Direct-Key Signature]
krev[0x20: Key Revocation] krev[0x20: Key Revocation]
end end
subgraph Subkeys subgraph Primary + Subkey
skbind[ skbind[
0x18: Subkey Binding 0x18: Subkey Binding
0x19: Primary Key Binding 0x19: Primary Key Binding