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

/openjdk7/jdk/test/com/sun/crypto/provider/Cipher/KeyWrap/
H A DXMLEncKAT.java114 String cKeyAlg, String[] base64Wrapped) throws Exception {
120 Key[] key = new SecretKey[base64Wrapped.length];
122 new IvParameterSpec[base64Wrapped.length];
124 for (int i = 0; i < base64Wrapped.length; i++) {
125 byte[] wrappedKey = base64D.decodeBuffer(base64Wrapped[i]);
136 if (!out.equalsIgnoreCase(base64Wrapped[i])) {
138 base64Wrapped[i]);
113 testKeyWrap(String cAlg, byte[] cKeyVal, String cKeyAlg, String[] base64Wrapped) argument

Completed in 430 milliseconds