Searched refs:testEncryptDecrypt (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/com/sun/crypto/provider/Cipher/RSA/
H A DTestOAEP.java66 testEncryptDecrypt("MD5", 0);
67 testEncryptDecrypt("MD5", 16);
68 testEncryptDecrypt("MD5", 62);
70 testEncryptDecrypt("MD5", 63);
78 testEncryptDecrypt("SHA1", 0);
79 testEncryptDecrypt("SHA1", 16);
80 testEncryptDecrypt("SHA1", 54);
82 testEncryptDecrypt("SHA1", 55);
89 testEncryptDecrypt("SHA-1", 16);
92 testEncryptDecrypt("SH
198 private static void testEncryptDecrypt(String hashAlg, int dataLength) throws Exception { method in class:TestOAEP
[all...]
H A DTestOAEPWithParams.java68 testEncryptDecrypt(MD[i], DATA_LENGTH[i]);
75 private static void testEncryptDecrypt(String hashAlg, int dataLength) method in class:TestOAEPWithParams

Completed in 242 milliseconds