summaryrefslogtreecommitdiffstats
path: root/keystore/java/android/security/Credentials.java
Commit message (Expand)AuthorAgeFilesLines
* Move Android Keystore impl to android.security.keystore.Alex Klyubin2015-05-131-3/+3
* Symmetric key import for AndroidKeyStore.Alex Klyubin2015-03-261-1/+21
* Remove unused imports from frameworks/base.John Spurlock2013-11-201-1/+0
* Switch frameworks/base over from @hidden Charsets to public StandardCharsets.Elliott Hughes2013-06-281-3/+3
* Add ability to install credentials as other UIDKenny Root2013-03-281-0/+8
* Tracking upgrade to bouncycastle 1.47Brian Carlstrom2012-09-121-18/+30
* Always-on VPN.Jeff Sharkey2012-08-271-0/+3
* Add ability to replace chain for PrivateKeyEntryKenny Root2012-08-221-1/+14
* Add KeyPairGenerator for Android keystoreKenny Root2012-08-221-0/+15
* Add signing to keystoreKenny Root2012-03-201-0/+32
* KeyChain API for credential installationBrian Carlstrom2011-06-291-20/+7
* Replace KeyChainActivity placeholder UI with more polished dialog (1 of 5)Brian Carlstrom2011-06-251-0/+16
* Change KeyChain to assume PEM encoded keystore entriesBrian Carlstrom2011-06-071-1/+46
* Expose Credentials.UNLOCK_ACTION for callers that want to use startActivityFo...Brian Carlstrom2011-04-221-1/+3
* Update the path of the intent to unlock keystore.Chia-chi Yeh2011-01-201-13/+1
* Use explicit intent for installing credentials.Hung-ying Tyan2010-10-081-3/+10
* KeyStore: add java interface.Chia-chi Yeh2009-09-211-3/+16
* Add a helper class to send out credentials.Chia-chi Yeh2009-09-181-0/+98