summaryrefslogtreecommitdiff
path: root/keystore/java/android/security/KeymasterUtils.java
AgeCommit message (Expand)Author
2015-05-13Move Android Keystore impl to android.security.keystore.Alex Klyubin
2015-05-13New AndroidKeyStore API in android.security.keystore.Alex Klyubin
2015-05-06Define String constants for AndroidKeyStore crypto.Alex Klyubin
2015-04-30Track Keymaster changes.Alex Klyubin
2015-04-29Add KeyPermanentlyInvalidatedException.Alex Klyubin
2015-04-28Align AndroidKeyStore API with user auth API.Alex Klyubin
2015-04-13Use JCA names for block modes, paddings, and digests.Alex Klyubin
2015-04-02Rename KeymasterException to KeyStoreException.Alex Klyubin
2015-04-01Add exception types for AndroidKeyStore key validity issues.Alex Klyubin
2015-03-31Hook in user authenticators and their exceptions.Alex Klyubin
2015-03-31Add license banner to recently added AndroidKeyStore files.Alex Klyubin
2015-03-31Add SecretKeyFactory backed by AndroidKeyStore.Alex Klyubin
2015-03-30Add HmacSHA256 backed by AndroidKeyStore.Alex Klyubin
2015-03-27Symmetric key generation for AndroidKeyStore.Alex Klyubin