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

/openjdk7/jdk/test/com/sun/crypto/provider/Cipher/KeyWrap/
H A DXMLEncKAT.java46 private static byte[] aes256Key_1; field in class:XMLEncKAT
60 aes256Key_1 = "abcdefghijklmnopqrstuvwxyz012345".getBytes("ASCII");
158 testKeyWrap(wrapAlg, aes256Key_1, keyAlg, aes256WrappedKey_1);

Completed in 29 milliseconds