Searched defs:cKeyVal (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
116 8*cKeyVal.length + "-bit key");
118 SecretKey cKey = new SecretKeySpec(cKeyVal, cKeyAlg);

Completed in 28 milliseconds