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
/
AndroidKeyStoreProvider.java
Age
Commit message (
Expand
)
Author
2015-05-13
Move Android Keystore impl to android.security.keystore.
Alex Klyubin
2015-05-06
Keystore uses 0 for invalid operation handles.
Alex Klyubin
2015-04-29
AndroidKeyStore keys should not be handled by Bouncy Castle.
Alex Klyubin
2015-04-09
Add missing mapping between JCA and keystore HMAC names.
Alex Klyubin
2015-04-08
Add more digests to AndroidKeyStore API.
Alex Klyubin
2015-04-03
Load fewer classes when AndroidKeyStore provider is installed.
Alex Klyubin
2015-04-03
Obtain SPI without using Reflection.
Alex Klyubin
2015-03-31
A way to obtain KeyStore operation handle from crypto primitives.
Alex Klyubin
2015-03-31
Add SecretKeyFactory backed by AndroidKeyStore.
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-27
Symmetric key generation for AndroidKeyStore.
Alex Klyubin
2015-01-14
Add KeyPairGenerator.EC backed by Android KeyStore.
Alex Klyubin
2013-04-18
Rename API AndroidKey* -> Key*
Kenny Root
2013-04-12
AndroidKeyStore: Add encrypted flag
Kenny Root
2012-08-22
Add KeyPairGenerator for Android keystore
Kenny Root
2012-08-20
Add AndroidKeyStore provider for KeyStore API
Kenny Root