summaryrefslogtreecommitdiffstats
path: root/keystore/java/android/security/KeyChain.java
Commit message (Expand)AuthorAgeFilesLines
* KeyChain: annotate with @WorkerThreadRobin Lee2015-06-301-4/+15
* Android Keystore keys are no longer backed by Conscrypt.Alex Klyubin2015-06-101-10/+5
* Deprecate KeyChain.isBoundKeyAlgorithm.Alex Klyubin2015-06-081-0/+15
* Replace String host:port/url args with Uri argRobin Lee2015-05-141-23/+12
* New AndroidKeyStore API in android.security.keystore.Alex Klyubin2015-05-131-6/+8
* Flatten KeyStoreKeyProperties constants.Alex Klyubin2015-05-121-6/+6
* Add NonNull and Nullable annotations to AndroidKeyStore API.Alex Klyubin2015-05-111-13/+21
* Define String constants for AndroidKeyStore crypto.Alex Klyubin2015-05-061-7/+10
* Device Policy API to choose a private key silentlyRobin Lee2015-02-051-1/+55
* Remove DSA support from Android KeyStore and KeyChain.Alex Klyubin2015-01-141-2/+2
* Track change to ConscryptKenny Root2014-11-261-1/+1
* Extend IKeyChainService AIDL with CACert retrievalZoltan Szatmary-Ban2014-09-081-1/+2
* Revert "Revert "Revert "Revert "Revert "Update Trusted Credentials screen in ...Zoltan Szatmary-Ban2014-08-151-2/+1
* Revert "Revert "Revert "Revert "Update Trusted Credentials screen in settings...Zoltan Szatmary-Ban2014-08-151-1/+2
* Revert "Revert "Revert "Update Trusted Credentials screen in settings"""Narayan Kamath2014-08-151-2/+1
* Revert "Revert "Update Trusted Credentials screen in settings""Zoltan Szatmary-Ban2014-08-151-1/+2
* Revert "Update Trusted Credentials screen in settings"Zoltan Szatmary-Ban2014-08-071-2/+1
* Update Trusted Credentials screen in settingsZoltan Szatmary-Ban2014-07-291-1/+2
* Revert "Revert "Publish DevicePolicyManager CA certificate APIs""Robin Lee2014-06-191-3/+14
* Revert "Publish DevicePolicyManager CA certificate APIs"Robin Lee2014-06-171-14/+3
* Publish DevicePolicyManager CA certificate APIsRobin Lee2014-06-111-3/+14
* Use the correct package name for CHOOSERKenny Root2014-03-171-1/+6
* KeyChain: add explicit package for getPrivateKeyKenny Root2014-02-071-1/+7
* Add argument to binder call to check key typesKenny Root2013-09-051-2/+4
* Add methods for managing CAs to DevicePolicyManager(Service)Maggie Benthall2013-08-201-1/+4
* Track change in NativeCryptoKenny Root2013-05-071-0/+2
* resolved conflicts for merge of 1f6e789b to jb-mr2-dev-plus-aospKenny Root2013-04-291-2/+2
|\
| * Track change to JSSE providerKenny Root2013-04-291-2/+2
* | Add API to query KeyChain algorithm support, pt. 2Kenny Root2013-04-021-3/+3
* | Add API to query KeyChain algorithm supportKenny Root2013-04-021-0/+24
|/
* KeyChain: return null instead of throwKenny Root2013-02-131-1/+6
* Use TrustedCertificateStore for chain buildingKenny Root2012-08-071-17/+2
* Add signing to keystoreKenny Root2012-03-201-15/+13
* Merge "Make the credential storage change action public."Selim Gurun2012-03-151-1/+0
|\
| * Make the credential storage change action public.Selim Gurun2012-02-171-1/+0
* | Remove obsolete KeyChain references to USE_CREDENTIALS (2 of 2)Brian Carlstrom2012-03-011-9/+0
|/
* Act on credential storage updates.Selim Gurun2012-02-161-1/+17
* Revert "Act on credential storage updates."Selim Gurun2012-02-151-17/+1
* Act on credential storage updates.Selim Gurun2012-02-151-1/+17
* Make the KeyChain handled its own grants rather than havingFred Quintana2011-07-131-116/+13
* Merge "New KeyChain API for credential installation"Brian Carlstrom2011-07-061-10/+9
|\
| * New KeyChain API for credential installationBrian Carlstrom2011-06-291-10/+9
* | Build cert chain in KeyChain.getCertificateChainBrian Carlstrom2011-07-011-1/+19
|/
* KeyChain API for credential installationBrian Carlstrom2011-06-291-1/+87
* Replace KeyChainActivity placeholder UI with more polished dialog (1 of 5)Brian Carlstrom2011-06-251-9/+36
* New KeyChain API for application access to keystore credentialsBrian Carlstrom2011-06-101-2/+0
* KeyChain API refinementsBrian Carlstrom2011-06-091-10/+114
* Change KeyChain to assume PEM encoded keystore entriesBrian Carlstrom2011-06-071-5/+4
* Remove need for onActivityResult from KeyChain APIBrian Carlstrom2011-05-251-39/+144
* Move to KeyChain.bindBrian Carlstrom2011-05-171-25/+57