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
/
KeymasterUtils.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-06
Define String constants for AndroidKeyStore crypto.
Alex Klyubin
2015-04-30
Track Keymaster changes.
Alex Klyubin
2015-04-29
Add KeyPermanentlyInvalidatedException.
Alex Klyubin
2015-04-28
Align AndroidKeyStore API with user auth API.
Alex Klyubin
2015-04-13
Use JCA names for block modes, paddings, and digests.
Alex Klyubin
2015-04-02
Rename KeymasterException to KeyStoreException.
Alex Klyubin
2015-04-01
Add exception types for AndroidKeyStore key validity issues.
Alex Klyubin
2015-03-31
Hook in user authenticators and their exceptions.
Alex Klyubin
2015-03-31
Add license banner to recently added AndroidKeyStore files.
Alex Klyubin
2015-03-31
Add SecretKeyFactory 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