Add device ID attestation method to keymaster
Device ID attestation consists of three steps: * Generate a temporary key * Attest the key and desired device IDs * Delete the temporary key Rather than being spread over three keymaster APIs, these operations should happen automatically in a single keymaster method. Bug: 34734938 Test: GTS com.google.android.gts.security.DeviceIdAttestationHostTest Change-Id: Icbbc2dfc84f8b4f39d0e7ea880844d4f38b63f66
Loading
Please sign in to comment