summaryrefslogtreecommitdiffstats
path: root/keystore/java/android/security/KeyStoreCryptoOperationChunkedStreamer.java
Commit message (Expand)AuthorAgeFilesLines
* No runtime exceptions during normal use of AndroidKeyStore crypto.Alex Klyubin2015-04-241-6/+6
* Use JCA names for block modes, paddings, and digests.Alex Klyubin2015-04-131-47/+10
* Rename KeymasterException to KeyStoreException.Alex Klyubin2015-04-021-6/+6
* Hook in user authenticators and their exceptions.Alex Klyubin2015-03-311-3/+3
* Add license banner to recently added AndroidKeyStore files.Alex Klyubin2015-03-311-0/+16
* Add unauthenticated AES ciphers backed by AndroidKeyStore.Alex Klyubin2015-03-311-56/+121
* Add HmacSHA256 backed by AndroidKeyStore.Alex Klyubin2015-03-301-0/+228