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

/openjdk7/jdk/test/com/oracle/security/ucrypto/
H A DTestAES.java72 private static void testCipherInterop(String[] algos, SecretKey key, argument
79 for (String algo : algos) {
130 private static void testCipherOffset(String[] algos, SecretKey key, argument
139 for (int i = 0; i < algos.length; i++) {
144 c = Cipher.getInstance(algos[i], p);
146 System.out.println("Skip Unsupported CIP algo: " + algos[i]);
159 Cipher c2 = Cipher.getInstance(algos[i], p);
176 System.out.println("Unexpected Exception: " + algos[i]);
189 private static void testCipherKeyWrapping(String[] algos, SecretKey key, argument
204 for (int i = 0; i < algos
[all...]

Completed in 29 milliseconds