Searched refs:testEncDec (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/com/sun/crypto/provider/Cipher/RSA/
H A DTestRSA.java122 private static void testEncDec(String alg, int len, Key encKey, Key decKey) throws Exception { method in class:TestRSA
187 testEncDec("RSA/ECB/PKCS1Padding", 96, publicKey, privateKey);
189 testEncDec("RSA/ECB/PKCS1Padding", 96, privateKey, publicKey);
191 testEncDec("RSA/ECB/NoPadding", 128, publicKey, privateKey);
192 testEncDec("RSA/ECB/NoPadding", 128, privateKey, publicKey);

Completed in 28 milliseconds