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

/openjdk7/hotspot/test/compiler/7184394/
H A DTestAESBase.java53 Cipher dCipher; field in class:TestAESBase
90 dCipher = Cipher.getInstance(algorithm + "/" + mode + "/" + paddingStr, "SunJCE");
101 dCipher.init(Cipher.DECRYPT_MODE, key, algParams);
109 decode = dCipher.doFinal(encode);

Completed in 29 milliseconds