summaryrefslogtreecommitdiff
path: root/keystore/java/android/security/Credentials.java
AgeCommit message (Expand)Author
2021-04-01Keystore 2.0: Remove Keystore 1.0 SPI with all remaining referencesJanis Danisevskis
2021-02-14Add KeyChain.createManageCredentialsIntentRubin Xu
2021-01-28Update frameworks to use unbundled version of BouncyCastle.Daulet Zhanguzin
2020-11-04Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-10-27Keystore 2.0: Deprecate Credential prefixes.Janis Danisevskis
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-12-17Merge "Add new Credential prefix for platform VPNs" am: 0ce0c59535 am: 27d405...Automerger Merge Worker
2019-12-17Add new Credential prefix for platform VPNsBenedict Wong
2019-11-25Declare public app cert constants in CredentialsVictor Hsieh
2019-10-24Added functionality to select type of certificate to be installed from the Se...Alex Johnston
2019-09-12KeyChain: Unify manual and programmatic key installation flowsEran Messeri
2019-02-27Add @UnsupportedAppUsage annotationsAndrei Onea
2019-01-24Further Credentials-related clean-upEran Messeri
2018-11-21Fix deleting legacy key blobsJanis Danisevskis
2018-08-16Add @UnsupportedAppUsage annotationsMathew Inwood
2017-12-15Consolidate Keystore alias prefixes.Janis Danisevskis
2016-03-01More sensible return code for Credentials.deleteAllRobin Lee
2016-02-08Add attestation API to Android KeyStore.Shawn Willden
2015-09-10Support cross-UID access from AndroidKeyStore.Alex Klyubin
2015-05-13Move Android Keystore impl to android.security.keystore.Alex Klyubin
2015-03-26Symmetric key import for AndroidKeyStore.Alex Klyubin
2013-11-20Remove unused imports from frameworks/base.John Spurlock
2013-06-28Switch frameworks/base over from @hidden Charsets to public StandardCharsets.Elliott Hughes
2013-03-28Add ability to install credentials as other UIDKenny Root
2012-09-12Tracking upgrade to bouncycastle 1.47Brian Carlstrom
2012-08-27Always-on VPN.Jeff Sharkey
2012-08-22Add ability to replace chain for PrivateKeyEntryKenny Root
2012-08-22Add KeyPairGenerator for Android keystoreKenny Root
2012-03-20Add signing to keystoreKenny Root
2011-06-29KeyChain API for credential installationBrian Carlstrom
2011-06-25Replace KeyChainActivity placeholder UI with more polished dialog (1 of 5)Brian Carlstrom
2011-06-07Change KeyChain to assume PEM encoded keystore entriesBrian Carlstrom
2011-04-22Expose Credentials.UNLOCK_ACTION for callers that want to use startActivityFo...Brian Carlstrom
2011-01-20Update the path of the intent to unlock keystore.Chia-chi Yeh
2010-10-08Use explicit intent for installing credentials.Hung-ying Tyan
2009-09-21KeyStore: add java interface.Chia-chi Yeh
2009-09-18Add a helper class to send out credentials.Chia-chi Yeh