summaryrefslogtreecommitdiffstats
path: root/luni/src/test/java/libcore/javax/crypto/CipherInputStreamTest.java
Commit message (Expand)AuthorAgeFilesLines
* CipherInputStream: increase buffers for speedKenny Root2014-01-151-0/+104
* Update CipherInputStream to use AES insteadKenny Root2013-09-121-16/+34
* Add specific exception for wrong final block lengthKenny Root2013-09-121-0/+10
* Simplify skip() to use skipByReading or the superclass where possible.Jesse Wilson2010-10-011-0/+74