Provisioning

@Serializable
enum Provisioning : Enum<Provisioning> (source)

How the chain between root and attestation key is shaped, i.e. what KeyAttestationCertPath.provisioningMethod() will make of it.

The shape is what a verifier reads the security level off, so it is not cosmetic: the subject names below follow Android's real chains.

Entries

Link copied to clipboard

One factory-provisioned CA (serialNumber=<hex>, title=TEE|StrongBox) under the root.

Link copied to clipboard

Remote key provisioning: Droid CA2 and Droid CA3, both O=Google LLC, under the root.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.