Fix targets

This commit is contained in:
Paul Schaub 2023-10-03 13:53:45 +02:00
parent 5f5355f78b
commit ab9b6833ae
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -35,15 +35,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
@ -56,7 +56,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