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
/
AndroidKeyStore.java
Age
Commit message (
Expand
)
Author
2015-05-13
Move Android Keystore impl to android.security.keystore.
Alex Klyubin
2015-05-13
New AndroidKeyStore API in android.security.keystore.
Alex Klyubin
2015-05-13
Ensure key algorithm name of HMAC keys is preserved.
Alex Klyubin
2015-05-12
Flatten KeyStoreKeyProperties constants.
Alex Klyubin
2015-05-08
Document when encrypted AndroidKeyStore keys are wiped.
Alex Klyubin
2015-05-06
Define String constants for AndroidKeyStore crypto.
Alex Klyubin
2015-04-30
Track Keymaster changes.
Alex Klyubin
2015-04-28
Align AndroidKeyStore API with user auth API.
Alex Klyubin
2015-04-16
Set Secure User ID from app level.
Alex Klyubin
2015-04-15
am 763100e6: am 1cb119d3: am 71ba4e46: Merge "Unbreak obtaining symmetric key...
Shawn Willden
2015-04-14
Unbreak obtaining symmetric keys from AndroidKeyStore.
Alex Klyubin
2015-04-13
resolved conflicts for merge of a978a3d6 to master
Alex Klyubin
2015-04-13
Use JCA names for block modes, paddings, and digests.
Alex Klyubin
2015-04-09
resolved conflicts for merge of b9a9d46c to master
Alex Klyubin
2015-04-08
Require IND-CPA by default for new AndroidKeyStore keys.
Alex Klyubin
2015-04-07
resolved conflicts for merge of 06adabdb to master
Alex Klyubin
2015-04-07
Make the new AndroidKeyStore API conformant.
Alex Klyubin
2015-04-01
Add fingerprint-specific AndroidKeyStore API.
Alex Klyubin
2015-04-01
Use Keymaster-friendly validity dates.
Alex Klyubin
2015-03-31
Hook in user authenticators and their exceptions.
Alex Klyubin
2015-03-31
Add unauthenticated AES ciphers backed by AndroidKeyStore.
Alex Klyubin
2015-03-30
Add HmacSHA256 backed by AndroidKeyStore.
Alex Klyubin
2015-03-26
Symmetric key import for AndroidKeyStore.
Alex Klyubin
2013-04-29
resolved conflicts for merge of 1f6e789b to jb-mr2-dev-plus-aosp
Kenny Root
2013-04-29
Track change to JSSE provider
Kenny Root
2013-04-18
Rename API AndroidKey* -> Key*
Kenny Root
2013-04-15
AndroidKeyStore: Add encrypted flag
Kenny Root
2013-04-12
AndroidKeyStore: Add encrypted flag
Kenny Root
2013-03-20
KeyStore: add API to uid versions
Kenny Root
2013-01-22
Track libcore changes for OpenSSLKey
Kenny Root
2012-08-31
Add some NullPointerExceptions to AndroidKeyStore
Kenny Root
2012-08-22
Add ability to replace chain for PrivateKeyEntry
Kenny Root
2012-08-22
Add KeyPairGenerator for Android keystore
Kenny Root
2012-08-20
Add AndroidKeyStore provider for KeyStore API
Kenny Root