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

/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
H A DCipherTest.java607 new testCipher(null, null, "s");
613 new testCipher(new MyCipher(), null, "s");
619 new testCipher(null, new Provider("qwerty", 1.0, "qwerty") {}, "s");
1153 class testCipher extends Cipher { class in class:CipherTest
1154 testCipher(CipherSpi c, Provider p, String s) { method in class:CipherTest.testCipher

Completed in 204 milliseconds