Searched refs:testExceptions (Results 1 – 4 of 4) sorted by relevance
99 public void testExceptions(String algorithm) throws Exception { in testExceptions() method in RsaEncryptionTest145 testExceptions("RSA/ECB/PKCS1PADDING"); in testExceptionsPKCS1()149 testExceptions("RSA/ECB/OAEPWITHSHA-1ANDMGF1PADDING"); in testGetExceptionsOAEP()
156 public void testExceptions(String algorithm) throws Exception { in testExceptions() method in EciesTest198 testExceptions("ECIES"); in testEciesCorruptDefault()
1429 testException testExceptions[] = { variable1449 for (j = 0;j < sizeof(testExceptions)/sizeof(testExceptions[0]);j++) { in launchTests()1450 if ((testExceptions[j].test == test) && in launchTests()1451 (testExceptions[j].limit == i)) { in launchTests()1452 if (testExceptions[j].fail != -1) in launchTests()1453 fail = testExceptions[j].fail; in launchTests()1454 if (testExceptions[j].size != 0) in launchTests()1455 limit = testExceptions[j].size; in launchTests()
127 public void testExceptions() { in testExceptions() method in SerializingExecutorTest