index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
keystore
/
java
/
android
/
security
/
Credentials.java
Age
Commit message (
Expand
)
Author
2021-04-01
Keystore 2.0: Remove Keystore 1.0 SPI with all remaining references
Janis Danisevskis
2021-02-14
Add KeyChain.createManageCredentialsIntent
Rubin Xu
2021-01-28
Update frameworks to use unbundled version of BouncyCastle.
Daulet Zhanguzin
2020-11-04
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-10-27
Keystore 2.0: Deprecate Credential prefixes.
Janis Danisevskis
2019-12-18
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-12-17
Merge "Add new Credential prefix for platform VPNs" am: 0ce0c59535 am: 27d405...
Automerger Merge Worker
2019-12-17
Add new Credential prefix for platform VPNs
Benedict Wong
2019-11-25
Declare public app cert constants in Credentials
Victor Hsieh
2019-10-24
Added functionality to select type of certificate to be installed from the Se...
Alex Johnston
2019-09-12
KeyChain: Unify manual and programmatic key installation flows
Eran Messeri
2019-02-27
Add @UnsupportedAppUsage annotations
Andrei Onea
2019-01-24
Further Credentials-related clean-up
Eran Messeri
2018-11-21
Fix deleting legacy key blobs
Janis Danisevskis
2018-08-16
Add @UnsupportedAppUsage annotations
Mathew Inwood
2017-12-15
Consolidate Keystore alias prefixes.
Janis Danisevskis
2016-03-01
More sensible return code for Credentials.deleteAll
Robin Lee
2016-02-08
Add attestation API to Android KeyStore.
Shawn Willden
2015-09-10
Support cross-UID access from AndroidKeyStore.
Alex Klyubin
2015-05-13
Move Android Keystore impl to android.security.keystore.
Alex Klyubin
2015-03-26
Symmetric key import for AndroidKeyStore.
Alex Klyubin
2013-11-20
Remove unused imports from frameworks/base.
John Spurlock
2013-06-28
Switch frameworks/base over from @hidden Charsets to public StandardCharsets.
Elliott Hughes
2013-03-28
Add ability to install credentials as other UID
Kenny Root
2012-09-12
Tracking upgrade to bouncycastle 1.47
Brian Carlstrom
2012-08-27
Always-on VPN.
Jeff Sharkey
2012-08-22
Add ability to replace chain for PrivateKeyEntry
Kenny Root
2012-08-22
Add KeyPairGenerator for Android keystore
Kenny Root
2012-03-20
Add signing to keystore
Kenny Root
2011-06-29
KeyChain API for credential installation
Brian Carlstrom
2011-06-25
Replace KeyChainActivity placeholder UI with more polished dialog (1 of 5)
Brian Carlstrom
2011-06-07
Change KeyChain to assume PEM encoded keystore entries
Brian Carlstrom
2011-04-22
Expose Credentials.UNLOCK_ACTION for callers that want to use startActivityFo...
Brian Carlstrom
2011-01-20
Update the path of the intent to unlock keystore.
Chia-chi Yeh
2010-10-08
Use explicit intent for installing credentials.
Hung-ying Tyan
2009-09-21
KeyStore: add java interface.
Chia-chi Yeh
2009-09-18
Add a helper class to send out credentials.
Chia-chi Yeh