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

/openjdk7/jdk/test/sun/security/pkcs11/Signature/
H A DTestRSAKeyLength.java40 String algos[] = { "SHA1withRSA", "SHA256withRSA",
48 for (int i = 0; i < algos.length; i++) {
49 Signature sig = Signature.getInstance(algos[i], p);
50 System.out.println("Testing RSA signature " + algos[i]);
/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...]
/openjdk7/jdk/test/sun/security/pkcs11/Cipher/
H A DTestRSACipherWrap.java59 String algos[] = {"AES", "RC2", "Blowfish"};
62 for (int j = 0; j < algos.length; j++) {
63 String algorithm = algos[j];

Completed in 36 milliseconds