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

/openjdk7/jdk/test/com/sun/crypto/provider/Cipher/KeyWrap/
H A DXMLEncKAT.java113 public static void testKeyWrap(String cAlg, byte[] cKeyVal, argument
115 System.out.println("Testing " + cAlg + " Cipher with " +
117 Cipher c = Cipher.getInstance(cAlg, "SunJCE");

Completed in 29 milliseconds