History log of /frameworks/base/keystore/java/android/security/keystore/AttestationUtils.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
237f4b369bfd8021882007d103b9921fca789263 24-Apr-2017 Bartosz Fabianowski <bartfab@google.com> 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: Ifabb5163b9e4d12cb309a6b0ca8e5f2f92d212f4
/frameworks/base/keystore/java/android/security/keystore/AttestationUtils.java
910e081216ac530432ac9d0aab10d5e5e4c73ab8 22-Apr-2017 Jeff Sharkey <jsharkey@android.com> More auto-doc work.

Add support for AnyThread, CallSuper, and UiThread.

Another related CL started documenting @RequiresPermission, so remove
duplicated information in existing APIs.

Suppress auto-doc on a handful of classes that are already
well-documented.

Test: make -j32 offline-sdk-docs
Bug: 37526420
Change-Id: I791437dccec0f11d5349a23b982ba098cb551af8
/frameworks/base/keystore/java/android/security/keystore/AttestationUtils.java
ad60c0615facbcccb1a2b4e87584e8e3980c4f4e 20-Mar-2017 Bartosz Fabianowski <bartfab@google.com> Add manufacturer and model to device ID attestation

Discussions have shown that in addition to brand, device and product,
we should also allow devices to attest their manufacturer and model.

Bug: 36433192
Test: GTS com.google.android.gts.security.DeviceIdAttestationHostTest

Change-Id: Idd48929d6a0c9fe6656c6d2656e2c3f6f370a21e
/frameworks/base/keystore/java/android/security/keystore/AttestationUtils.java
92e8cfd21dbe4800b2ed6f18316b07136af1791f 23-Jan-2017 Bartosz Fabianowski <bartfab@google.com> Add device id attestation

This adds a new public API for attesting the device's hardware ids
(e.g. serial number and IMEI).

Bug: 34597337
Test: CTS CtsKeystoreTestCases and GTS DeviceIdAttestationHostTest

Change-Id: I2e9c1b4f8eb24afa4a09c71c137ce33a6b87eb27
/frameworks/base/keystore/java/android/security/keystore/AttestationUtils.java