Searched defs:TestInputStream (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
H A DCipherInputStream1Test.java43 private static class TestInputStream extends ByteArrayInputStream { class in class:CipherInputStream1Test
46 public TestInputStream(byte[] data) { method in class:CipherInputStream1Test.TestInputStream
66 TestInputStream tis = new TestInputStream(data);
86 TestInputStream tis = new TestInputStream(data);
107 TestInputStream tis = new TestInputStream(data);
145 TestInputStream tis = new TestInputStream(dat
[all...]

Completed in 118 milliseconds