Searched defs:cKeyAlg (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 {
118 SecretKey cKey = new SecretKeySpec(cKeyVal, cKeyAlg);
113 testKeyWrap(String cAlg, byte[] cKeyVal, String cKeyAlg, String[] base64Wrapped) argument

Completed in 32 milliseconds