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

/openjdk7/jdk/test/sun/security/pkcs11/Cipher/
H A DTestRSACipher.java41 private static final String[] RSA_ALGOS = field in class:TestRSACipher
46 Cipher.getInstance(RSA_ALGOS[0], p);
61 for (String rsaAlgo: RSA_ALGOS) {
H A DTestRSACipherWrap.java41 private static final String[] RSA_ALGOS = field in class:TestRSACipherWrap
46 Cipher.getInstance(RSA_ALGOS[0], p);
48 System.out.println(RSA_ALGOS[0] + " unsupported, skipping");
55 for (String rsaAlgo: RSA_ALGOS) {

Completed in 29 milliseconds