summaryrefslogtreecommitdiffstats
path: root/keystore/java
Commit message (Expand)AuthorAgeFilesLines
* Add documentation for AndroidKeyStoreRobert Ly2014-05-072-4/+4
* Rename API AndroidKey* -> Key*Kenny Root2013-04-185-50/+52
* keystore: remove old APIsKenny Root2013-04-121-24/+0
* AndroidKeyStore: Add encrypted flagKenny Root2013-04-126-51/+270
* keystore: Add flag for blobs to be unencryptedKenny Root2013-04-101-6/+21
* Revert "Remove AndroidKeyStore from API"Kenny Root2013-04-061-2/+0
* Remove keystore entries when package removedKenny Root2013-04-031-0/+9
* 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
* KeyStore: add API to query storage typeKenny Root2013-03-291-0/+9
* AndroidKeyStore: add Builder for param specKenny Root2013-03-281-4/+140
* Add ability to install credentials as other UIDKenny Root2013-03-281-0/+8
* 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-202-34/+67
* KeyStore: stop using state()Kenny Root2013-02-141-0/+4
* Merge "Track keystore binder changes"Kenny Root2013-02-131-7/+7
|\
| * Track keystore binder changesKenny Root2013-02-131-7/+7
* | KeyChain: return null instead of throwKenny Root2013-02-131-1/+6
|/
* am 74637db2: Merge "AndroidKeyStore: return error code on error"Kenny Root2013-02-041-1/+6
|\
| * AndroidKeyStore: return error code on errorKenny Root2013-02-041-1/+6
* | am 133c5f5e: Merge "AndroidKeyStore: fix tests"Kenny Root2013-02-041-1/+1
|\ \ | |/
| * AndroidKeyStore: fix testsKenny Root2013-02-041-1/+1
* | am 2e99d3c9: am ebb61ca2: Merge "Track libcore changes for OpenSSLKey"Kenny Root2013-01-251-6/+3
|\ \ | |/
| * Track libcore changes for OpenSSLKeyKenny Root2013-01-221-6/+3
* | am 834b0f3c: am 19b17b41: am 38a642e9: am 3e2479dd: Merge "docs: fix broken l...Scott Main2013-01-031-3/+0
|\ \ | |/ |/|
| * docs: fix broken links and add new sitemap text fileScott Main2013-01-031-3/+0
* | Switch keystore to binderKenny Root2012-11-141-220/+133
|/
* Remove AndroidKeyStore from APIKenny Root2012-09-141-0/+1
* Tracking upgrade to bouncycastle 1.47Brian Carlstrom2012-09-121-18/+30
* Add some NullPointerExceptions to AndroidKeyStoreKenny Root2012-08-311-2/+39
* Always-on VPN.Jeff Sharkey2012-08-271-0/+3
* Add ability to replace chain for PrivateKeyEntryKenny Root2012-08-222-13/+60
* Add KeyPairGenerator for Android keystoreKenny Root2012-08-226-20/+340
* Add AndroidKeyStore provider for KeyStore APIKenny Root2012-08-202-0/+497
* Add getmtime to Android KeyStore APIKenny Root2012-08-201-0/+18
* Use TrustedCertificateStore for chain buildingKenny Root2012-08-071-17/+2
* Change KeyStore to use Modified UTF-8 to match NativeCryptoBrian Carlstrom2012-07-301-21/+45
* Add signing to keystoreKenny Root2012-03-204-16/+118
* 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-132-118/+19
* 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-292-21/+94