summaryrefslogtreecommitdiff
path: root/luni/src/test/java/libcore/javax/crypto/CipherInputStreamTest.java
Commit message (Expand)AuthorAgeFilesLines
* Don't swallow AEADBadTagExceptions when closing CipherInputStreamAdam Vartanian2017-03-061-5/+78
* Test CipherInputStream with growing Cipher.getOutputSize()Przemyslaw Szczepaniak2016-11-181-0/+68
* Port OpenJDK 8 changes to CipherInputStreamShubham Ajmera2016-07-201-0/+16
* 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