HomeSort by relevance Sort by last modified time
    Searched full:prv1 (Results 1 - 1 of 1) sorted by null

  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
AlgorithmParametersTest.java 199 String[] prv1 = {"1234567890", "qwertyu", "!@#$%^&*()"}; local
231 for (int i = 0; i < prv1.length; i++) {
233 AlgorithmParameters ap = AlgorithmParameters.getInstance("ABC", prv1[i]);
234 fail("NoSuchProviderException was not thrown for parameter " + prv1[i]);
238 fail("Incorrect exception " + e + " was thrown for " + prv1[i]);

Completed in 184 milliseconds