summaryrefslogtreecommitdiff
path: root/keystore/java/android/security/KeyChain.java
AgeCommit message (Expand)Author
2021-04-03Merge "Keystore 2.0: Remove Keystore 1.0 SPI with all remaining references" a...Janis Danisevskis
2021-04-01Keystore 2.0: Remove Keystore 1.0 SPI with all remaining referencesJanis Danisevskis
2021-03-11Unregister cred mng app KeyChain APIAlex Johnston
2021-03-05Allow WiFi module to request grants from KeyChainPavel Grafov
2021-02-25Merge "Credential management app follow ups" into sc-devAlex Johnston
2021-02-23Keystore 2.0: Remove attestKey from KeyChain.Janis Danisevskis
2021-02-23Keystore 2.0: Remove attestKey from KeyChain.Janis Danisevskis
2021-02-23Credential management app follow upsAlex Johnston
2021-02-14Add KeyChain.createManageCredentialsIntentRubin Xu
2021-01-12Add KeyChain Test API for the credential managerAlex Johnston
2020-12-22Allow KeyChain.bindAsUser() to be called on the main threadRubin Xu
2020-11-27Add credential management app to platformAlex Johnston
2020-10-23Apply FLAG_IMMUTABLE to KeyChain PendingIntentRubin Xu
2020-05-20Update KeyChain.createInstallIntent documentationEran Messeri
2020-02-20Ensure user is unlocked before binding to KeyChain serviceRubin Xu
2019-11-14Fix NPE when KeyChain binding diesRobert Horvath
2019-10-23Handle the case when KeyChain binding failsRubin Xu
2019-10-16Fix KeyChain.KEY_ALIAS_SELECTION_DENIEDPolina Bondarenko
2019-10-07Add KeyChain.KEY_ALIAS_SELECTION_DENIED constant.Polina Bondarenko
2019-02-20Merge "Adding KEY_PERMANENTLY_INVALIDATED int"Max Bires
2019-02-18Adding KEY_PERMANENTLY_INVALIDATED intMax Bires
2019-02-07KeyChain: Improve key override documentation.Eran Messeri
2018-09-05Handle issuer and key type restrictions.Eran Messeri
2018-07-17DPM: Propagate StrongBox-related exceptionEran Messeri
2018-06-04Improve KeyChain documentationEran Messeri
2018-04-30Use the @Nullable annotations for choosePrivateKeyAlias.Mike Harris
2018-03-29Utilize verbose KeyChain errorsEran Messeri
2017-11-23KeyChain: Provide public & private keysEran Messeri
2017-05-05Implement CACert queries in SecurityControllerphweiss
2017-04-25Fix some issues found by new doclava linter.Jeff Sharkey
2017-03-23Fix ACTION_STORAGE_CHANGED docChad Brubaker
2017-02-14MonitoringCertTask no longer relies on software.device_adminRobin Lee
2016-11-16Test for null context in getPrivateKeyShawn Willden
2016-11-07Detect non-oneway calls leaving system_server.Jeff Sharkey
2016-08-23Merge "Handle null packageName in PendingIntentRecord" into nyc-mr1-dev am: 6...Rubin Xu
2016-08-23Documentation warning against short-lived ContextsRobin Lee
2016-08-23Documentation warning against short-lived ContextsRobin Lee
2016-07-27Unbind from KeyChainService before RPCing to keystoreRobin Lee
2016-07-25Merge "Fix incorrect @link in ACTION_STORAGE_CHANGED comment"TreeHugger Robot
2016-07-25Fix incorrect @link in ACTION_STORAGE_CHANGED commentChad Brubaker
2016-07-25Force application context for KeyChain bindingsRobin Lee
2016-07-25Force application context for KeyChain bindingsRobin Lee
2016-07-08Mention target API limits for ACTION_STORAGE_CHANGEDChad Brubaker
2016-06-30Deprecate ACTION_STORAGE_CHANGEDChad Brubaker
2016-03-30Add DevicePolicyManager API to install a client cert chain.Rubin Xu
2016-03-03Guard against null component when binding KeyChainRobin Lee
2015-12-21Return null on getPrivateKey failure not exceptionRobin Lee
2015-12-02Fix @code escapesNeil Fuller
2015-09-10Support cross-UID access from AndroidKeyStore.Alex Klyubin
2015-06-30KeyChain: annotate with @WorkerThreadRobin Lee