1*f2219745SJames Bottomley--- 2*f2219745SJames Bottomley--- ASN.1 for TPM 2.0 keys 3*f2219745SJames Bottomley--- 4*f2219745SJames Bottomley 5*f2219745SJames BottomleyTPMKey ::= SEQUENCE { 6*f2219745SJames Bottomley type OBJECT IDENTIFIER ({tpm2_key_type}), 7*f2219745SJames Bottomley emptyAuth [0] EXPLICIT BOOLEAN OPTIONAL, 8*f2219745SJames Bottomley parent INTEGER ({tpm2_key_parent}), 9*f2219745SJames Bottomley pubkey OCTET STRING ({tpm2_key_pub}), 10*f2219745SJames Bottomley privkey OCTET STRING ({tpm2_key_priv}) 11*f2219745SJames Bottomley } 12