Searched defs:decKey (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 { argument
134 c.init(Cipher.DECRYPT_MODE, decKey);

Completed in 473 milliseconds