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
/
AndroidKeyPairGenerator.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-12
Flatten KeyStoreKeyProperties constants.
Alex Klyubin
2015-05-06
Define String constants for AndroidKeyStore crypto.
Alex Klyubin
2015-04-24
frameworks/base: switch to using NativeConstants.
Adam Langley
2015-03-26
Symmetric key import for AndroidKeyStore.
Alex Klyubin
2015-01-14
Add KeyPairGenerator.EC backed by Android KeyStore.
Alex Klyubin
2014-11-26
Track change to Conscrypt
Kenny Root
2013-11-20
Remove unused imports from frameworks/base.
John Spurlock
2013-08-30
Add support for DSA and ECDSA key types
Kenny Root
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
2012-08-22
Add KeyPairGenerator for Android keystore
Kenny Root