summaryrefslogtreecommitdiffstats
path: root/keystore/java/android/security/KeymasterUtils.java
Commit message (Expand)AuthorAgeFilesLines
* Use JCA names for block modes, paddings, and digests.Alex Klyubin2015-04-131-22/+301
* Rename KeymasterException to KeyStoreException.Alex Klyubin2015-04-021-31/+0
* Add exception types for AndroidKeyStore key validity issues.Alex Klyubin2015-04-011-0/+4
* Hook in user authenticators and their exceptions.Alex Klyubin2015-03-311-1/+14
* Add license banner to recently added AndroidKeyStore files.Alex Klyubin2015-03-311-0/+16
* Add SecretKeyFactory backed by AndroidKeyStore.Alex Klyubin2015-03-311-0/+38
* Add HmacSHA256 backed by AndroidKeyStore.Alex Klyubin2015-03-301-2/+4
* Symmetric key generation for AndroidKeyStore.Alex Klyubin2015-03-271-0/+21