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

/openjdk7/jdk/test/com/sun/crypto/provider/Cipher/KeyWrap/
H A DXMLEncKAT.java45 private static byte[] aes192Key_1; field in class:XMLEncKAT
59 aes192Key_1 = "abcdefghijklmnopqrstuvwx".getBytes("ASCII");
156 testKeyWrap(wrapAlg, aes192Key_1, keyAlg, aes192WrappedKey_1);

Completed in 42 milliseconds