summaryrefslogtreecommitdiffstats
path: root/keystore/java/android/security/KeyStore.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add keystore onUserAdded/Removed methodsChad Brubaker2015-05-131-0/+38
* Flatten KeyStoreKeyProperties constants.Alex Klyubin2015-05-121-3/+3
* Document when encrypted AndroidKeyStore keys are wiped.Alex Klyubin2015-05-081-1/+17
* Merge "Cleanup keystore password changing and unlocking" into mnc-devChad Brubaker2015-05-081-11/+43
|\
| * Cleanup keystore password changing and unlockingChad Brubaker2015-05-081-11/+43
* | Define String constants for AndroidKeyStore crypto.Alex Klyubin2015-05-061-3/+3
|/
* Switch from FingerprintService to FingerprintManager.Alex Klyubin2015-04-301-26/+24
* Fix the buildSvetoslav2015-04-301-2/+17
* Enable per-use user authenticated keys to be used.Alex Klyubin2015-04-291-0/+3
* Add KeyPermanentlyInvalidatedException.Alex Klyubin2015-04-291-8/+65
* Add OP_AUTH_NEEDED KeyStore result codeChad Brubaker2015-04-281-0/+8
* am 6c1af7ea: am 8652bce1: am c71f2648: Merge "frameworks/base: switch to usin...Kenny Root2015-04-241-3/+3
|\
| * Merge "frameworks/base: switch to using NativeConstants."Kenny Root2015-04-241-3/+3
| |\
| | * frameworks/base: switch to using NativeConstants.Adam Langley2015-04-241-3/+3
* | | resolved conflicts for merge of f9c14b7d to masterAlex Klyubin2015-04-241-5/+18
|\ \ \ | |/ /
| * | No runtime exceptions during normal use of AndroidKeyStore crypto.Alex Klyubin2015-04-241-5/+18
| |/
* | resolved conflicts for merge of b068f162 to masterAlex Klyubin2015-04-031-0/+57
|\ \ | |/
| * Rename KeymasterException to KeyStoreException.Alex Klyubin2015-04-021-0/+54
|/
* Merge "Add authorization binder methods"Chad Brubaker2015-03-301-0/+30
|\
| * Add authorization binder methodsChad Brubaker2015-03-171-0/+30
* | Allow entropy to be provided to some operationsChad Brubaker2015-03-271-7/+7
* | Make application/client id an objectChad Brubaker2015-03-211-2/+4
|/
* Add new IKeystoreService methods to KeyStoreChad Brubaker2015-02-231-0/+111
* Merge "Add KeyPairGenerator.EC backed by Android KeyStore."Alex Klyubin2015-01-161-2/+2
|\
| * Add KeyPairGenerator.EC backed by Android KeyStore.Alex Klyubin2015-01-141-2/+2
* | Generate IKeystoreService using aidlChad Brubaker2015-01-131-1/+2
|/
* Track change to ConscryptKenny Root2014-11-261-2/+0
* Keep managed profile keystores in sync with ownerRobin Lee2014-08-291-0/+30
* Add argument to binder call to check key typesKenny Root2013-09-051-1/+8
* Add support for DSA and ECDSA key typesKenny Root2013-09-031-2/+17
* keystore: remove old APIsKenny Root2013-04-121-24/+0
* AndroidKeyStore: Add encrypted flagKenny Root2013-04-121-8/+12
* keystore: Add flag for blobs to be unencryptedKenny Root2013-04-101-6/+21
* Remove keystore entries when package removedKenny Root2013-04-031-0/+9
* KeyStore: add API to query storage typeKenny Root2013-03-291-0/+9
* KeyStore: change migrate to duplicateKenny Root2013-03-211-2/+2
* KeyStore: add "migrate" commandKenny Root2013-03-201-0/+9
* KeyStore: add API to uid versionsKenny Root2013-03-201-14/+42
* KeyStore: stop using state()Kenny Root2013-02-141-0/+4