X.509 Certificate (根证书)
├── TBSCertificate (待签名证书)
│ ├── Version (证书版本)
│ ├── Serial Number (序列号)
│ ├── Signature Algorithm (签名算法)
│ ├── Issuer (颁发者)
│ ├── Validity (有效期)
│ ├── Subject (主题)
│ ├── Subject Public Key Info (公钥信息)
│ └── Extensions [3] (扩展)
│ └── TEE Attestation Extension (TEE认证扩展)
│ ├── OID: 1.3.6.1.4.1.11129.2.1.17
│ └── Attestation Record (认证记录)
│ ├── Attestation Version (认证版本)
│ ├── Security Level (安全级别)
│ ├── Keymaster Version (Keymaster版本)
│ ├── Keymaster Security Level (Keymaster安全级别)
│ ├── Attestation Challenge (认证挑战)
│ ├── Unique ID (可选,设备唯一ID)
│ ├── Software Enforced (软件强制属性)
│ └── TEE Enforced (TEE强制属性)
│ └── Authorization List (授权列表)
│ ├── Context[701]: Creation DateTime (创建时间)
│ ├── Context[704]: Root of Trust (信任根)
│ ├── Context[705]: OS Version (系统版本)
│ ├── Context[706]: OS Patch Level (系统补丁级别)
│ ├── Context[718]: Vendor Patch Level (厂商补丁级别)
│ ├── Context[719]: Boot Patch Level (启动补丁级别)
│ └── Context[709]: Attestation Application ID (认证应用ID)
├── Signature Algorithm (签名算法)
└── Signature Value (签名值)