mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-07 14:54:17 +00:00
12 lines
266 B
Plaintext
12 lines
266 B
Plaintext
|
---
|
||
|
--- 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})
|
||
|
}
|