summaryrefslogtreecommitdiff
path: root/keystore/java/android/security/KeyStore.java
Commit message (Expand)AuthorAgeFilesLines
...
| * Merge "Code reformatting for upcoming annotations."Mathew Inwood2018-08-011-1/+5
| |\
| | * Code reformatting for upcoming annotations.Mathew Inwood2018-08-011-1/+5
| | * Fix use of auth-bound keys after screen lock removalJanis Danisevskis2017-09-121-0/+2
| * | Remove getCurrentUser call to find an alternativeBrian C. Young2018-03-301-3/+0
| * | Merge changes from topics "niap-asym-write-pi-dev", "niap-asym-write-api-pi-d...Brian Young2018-03-301-2/+6
| |\ \
| | * | Restore "Add "Unlocked device required" parameter to keys"Brian Young2018-03-291-1/+4
| | * | Add "Unlocked device required" key APIBrian Young2018-03-281-2/+3
* | | | Add Keystore get option that supresses caught exceptions warnings.Irina Dumitrescu2018-06-121-4/+15
* | | | Merge "Remove getCurrentUser call to find an alternative"TreeHugger Robot2018-03-301-3/+0
|\ \ \ \
| * | | | Remove getCurrentUser call to find an alternativeBrian C. Young2018-03-301-3/+0
* | | | | Merge "Use correct call to get the user ID"TreeHugger Robot2018-03-301-1/+2
|\| | | |
| * | | | Use correct call to get the user IDBrian C. Young2018-03-291-1/+2
* | | | | Merge "Utilize verbose KeyChain errors" into pi-dev am: 8e07a26233Eran Messeri2018-03-291-0/+1
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * / / Utilize verbose KeyChain errorsEran Messeri2018-03-291-0/+1
| |/ /
* | | Restore "Add "Unlocked device required" parameter to keys"Brian Young2018-03-161-1/+3
* | | Add "Unlocked device required" key APIBrian Young2018-03-161-2/+3
|/ /
* | ConfirmationDialog: Pass accessibility options and implement isSupported().David Zeuthen2018-02-261-0/+14
* | Revert "Add "Unlocked device required" parameter to keys"Brian Young2018-02-231-13/+10
* | Add "Unlocked device required" parameter to keysBrian C. Young2018-02-141-10/+13
* | Revert "Add "Unlocked device required" parameter to keys"Brian Young2018-01-301-2/+2
* | Add "Unlocked device required" parameter to keysBrian C. Young2018-01-291-2/+2
* | Merge "Add confirmation UI protocol to Keystore AIDL definition"TreeHugger Robot2018-01-251-0/+52
|\ \
| * | Add confirmation UI protocol to Keystore AIDL definitionJanis Danisevskis2018-01-241-0/+52
* | | Generating StrongBox backed keysFrank Salim2018-01-241-1/+2
|/ /
* | Keystore APIs for Import Wrapped Key, Strongbox, 3DESFrank Salim2018-01-231-0/+13
* | KeyStore: Remove duplicate methodEran Messeri2018-01-161-9/+0
* | Keystore: Use security levelsJanis Danisevskis2017-12-221-2/+22
* | Get rid of manually created IKeystoreService.Dmitry Dementyev2017-11-071-1/+48
* | Check FEATURE_FINGERPRINT before trying to getSystemServiceKevin Chyn2017-10-241-0/+5
* | Fix use of auth-bound keys after screen lock removalJanis Danisevskis2017-09-011-0/+2
|/
* Refurbish granting mechanismJanis Danisevskis2017-06-231-3/+5
* Add device ID attestation method to keymasterBartosz Fabianowski2017-04-261-0/+9
* Introduce KEYSTORE_FLAG_CRITICAL_TO_DEVICE_ENCRYPTIONRubin Xu2017-04-241-0/+10
* Add the onDeviceOffBody API method to KeyStoreTucker Sylvestro2016-09-231-0/+10
* More sensible return code for Credentials.deleteAllRobin Lee2016-03-011-1/+2
* Add attestation API to Android KeyStore.Shawn Willden2016-02-081-1/+12
* Merge "Allow uid to be passed for more operations"Alex Klyubin2015-09-101-10/+32
|\
| * Allow uid to be passed for more operationsChad Brubaker2015-09-101-10/+32
* | Support cross-UID access from AndroidKeyStore.Alex Klyubin2015-09-101-4/+6
|/
* Keymaster INT, LONG and DATE tag values are unsigned.Alex Klyubin2015-06-231-4/+5
* Do not require USE_FINGERPRINT for getAuthenticatorId.Alex Klyubin2015-06-111-13/+5
* Android Keystore keys are no longer backed by Conscrypt.Alex Klyubin2015-06-101-12/+0
* Switch Android Keystore key gen and import to new KeyStore API.Alex Klyubin2015-06-091-2/+6
* Deprecate KeyChain.isBoundKeyAlgorithm.Alex Klyubin2015-06-081-1/+1
* Remove deprecated android.security.KeyStore methods.Alex Klyubin2015-06-081-25/+0
* Add optional additional entropy to finishChad Brubaker2015-06-041-2/+7
* Track changes to the keystore binder APIChad Brubaker2015-06-011-2/+2
* Cleanup Keystore APIChad Brubaker2015-05-191-44/+41
* Move Android Keystore impl to android.security.keystore.Alex Klyubin2015-05-131-5/+6
* New AndroidKeyStore API in android.security.keystore.Alex Klyubin2015-05-131-5/+10