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

  /external/apache-harmony/security/src/test/impl/java.injected/java/security/cert/
X509CRLSelectorTest.java 191 TestCRL crl2 = new TestCRL(iss2); local
196 selector.match(crl1) && selector.match(crl2));
203 selector.match(crl1) && selector.match(crl2));
227 TestCRL crl2 = new TestCRL(new X500Principal(iss2)); local
237 selector.match(crl1) && selector.match(crl2));
249 selector.match(crl1) && selector.match(crl2));
267 TestCRL crl2 = new TestCRL(iss2); local
273 selector.match(crl2));
276 selector.match(crl2));
289 TestCRL crl2 = new TestCRL(new X500Principal(iss2)) local
327 TestCRL crl2 = new TestCRL(new X500Principal(iss2)); local
    [all...]
  /libcore/luni/src/test/java/tests/security/cert/
X509CRLSelector2Test.java 70 CRL crl2 = new TestCRL(iss2); local
76 selector.match(crl2));
79 .match(crl2));
92 TestCRL crl2 = new TestCRL(new X500Principal(iss2)); local
103 selector.match(crl2));
111 .match(crl2));
132 TestCRL crl2 = new TestCRL(new X500Principal(iss2)); local
142 selector.match(crl1) && selector.match(crl2));
155 && selector.match(crl2));
175 TestCRL crl2 = new TestCRL(iss2) local
212 TestCRL crl2 = new TestCRL(new X500Principal(iss2)); local
    [all...]

Completed in 179 milliseconds