mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-01-31 07:12:18 +00:00
12 lines
266 B
Groff
12 lines
266 B
Groff
---
|
|
--- ASN.1 for TPM 2.0 keys
|
|
---
|
|
|
|
TPMKey ::= SEQUENCE {
|
|
type OBJECT IDENTIFIER ({tpm2_key_type}),
|
|
emptyAuth [0] EXPLICIT BOOLEAN OPTIONAL,
|
|
parent INTEGER ({tpm2_key_parent}),
|
|
pubkey OCTET STRING ({tpm2_key_pub}),
|
|
privkey OCTET STRING ({tpm2_key_priv})
|
|
}
|