Lines Matching refs:certificate
3 page.keywords="android N", "security", "TEE", "hardware-backed", "keystore", "certificate", "key at…
21 interpret the schema of the attestation certificate's extension data.
30 tool, in return, provides a certificate chain, which you can use to verify
35 The root certificate within this chain is signed using an attestation key,
42 services, the root certificate is issued by Google. You should verify that
43 this root certificate appears within Google’s list of root certificates.
60 Check each certificate’s validity using a
75 the certificate chain as an argument:</p>
78 // "certificates" contains the certificate chain associated with a specific key
85 An attestation object extracts the extension data within this certificate
95 retrieve the extension data from the certificate. These methods use the
96 same names and structure hierarchy as in the certificate extension data
107 // certificate chain.
123 your app directly, it’s safer to check the certificate’s extension data
135 certificate within the chain in a device’s hardware-backed keystore. The
136 certificate stores the information according to the following ASN.1 schema:
701 The unique ID of the attestation certificate that signed the key pair
805 the hash of the device-embedded certificate, which the device manufacturer
816 Indicates that the device-embedded certificate has verified the device’s
822 the hash of a user-installed certificate, which signs a boot partition
843 certificate should never use this value for <code>VerifiedBootState</code>.