-
- Downloads
Add Framework APIs for Identity Credential.
The Identity Credential APIs provides an interface to a secure store for user identity documents. These APIs are deliberately fairly general and abstract. To the extent possible, specification of the message formats and semantics of communication with credential verification devices and Issuing Authorities (IAs) is out of scope for these APIs. The Identity Credential APIs rely on user authentication to protect data elements in credentials which is implemented through auth-tokens. This CL contains changes to CryptoObject to allow this. Bug: 111446262 Test: CtsIdentityTestCases Change-Id: I48f21a561b762d86c9ca8d229962782572412f47
Showing
- Android.bp 11 additions, 0 deletionsAndroid.bp
- api/current.txt 137 additions, 0 deletionsapi/current.txt
- core/java/android/hardware/biometrics/BiometricPrompt.java 13 additions, 0 deletionscore/java/android/hardware/biometrics/BiometricPrompt.java
- core/java/android/hardware/biometrics/CryptoObject.java 21 additions, 3 deletionscore/java/android/hardware/biometrics/CryptoObject.java
- core/java/android/hardware/fingerprint/FingerprintManager.java 13 additions, 0 deletions...java/android/hardware/fingerprint/FingerprintManager.java
- identity/MODULE_LICENSE_APACHE2 0 additions, 0 deletionsidentity/MODULE_LICENSE_APACHE2
- identity/NOTICE 190 additions, 0 deletionsidentity/NOTICE
- identity/OWNERS 3 additions, 0 deletionsidentity/OWNERS
- identity/java/android/security/identity/AccessControlProfile.java 131 additions, 0 deletions.../java/android/security/identity/AccessControlProfile.java
- identity/java/android/security/identity/AccessControlProfileId.java 42 additions, 0 deletions...ava/android/security/identity/AccessControlProfileId.java
- identity/java/android/security/identity/AlreadyPersonalizedException.java 43 additions, 0 deletions...droid/security/identity/AlreadyPersonalizedException.java
- identity/java/android/security/identity/CipherSuiteNotSupportedException.java 43 additions, 0 deletions...d/security/identity/CipherSuiteNotSupportedException.java
- identity/java/android/security/identity/CredstoreIdentityCredential.java 424 additions, 0 deletions...ndroid/security/identity/CredstoreIdentityCredential.java
- identity/java/android/security/identity/CredstoreIdentityCredentialStore.java 162 additions, 0 deletions...d/security/identity/CredstoreIdentityCredentialStore.java
- identity/java/android/security/identity/CredstoreResultData.java 162 additions, 0 deletions...y/java/android/security/identity/CredstoreResultData.java
- identity/java/android/security/identity/CredstoreWritableIdentityCredential.java 168 additions, 0 deletions...ecurity/identity/CredstoreWritableIdentityCredential.java
- identity/java/android/security/identity/DocTypeNotSupportedException.java 43 additions, 0 deletions...droid/security/identity/DocTypeNotSupportedException.java
- identity/java/android/security/identity/EphemeralPublicKeyNotFoundException.java 44 additions, 0 deletions...ecurity/identity/EphemeralPublicKeyNotFoundException.java
- identity/java/android/security/identity/IdentityCredential.java 309 additions, 0 deletions...ty/java/android/security/identity/IdentityCredential.java
- identity/java/android/security/identity/IdentityCredentialException.java 44 additions, 0 deletions...ndroid/security/identity/IdentityCredentialException.java
Loading
Please register or sign in to comment