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

  /external/apache-harmony/security/src/test/impl/java.injected/java/security/cert/
X509CertSelectorTest.java 451 TestCert cert_1 = new TestCert("same certificate"); local
458 selector.match(cert_1) && selector.match(cert_2));
459 selector.setCertificate(cert_1);
461 selector.match(cert_1));
475 TestCert cert_1 = new TestCert("same certificate"); local
480 selector.setCertificate(cert_1);
482 cert_1, selector.getCertificate());
495 TestCert cert_1 = new TestCert(ser1); local
502 selector.match(cert_1) && selector.match(cert_2));
505 selector.match(cert_1));
539 TestCert cert_1 = new TestCert(iss1); local
585 TestCert cert_1 = new TestCert(iss1); local
646 TestCert cert_1 = new TestCert(iss1); local
706 TestCert cert_1 = new TestCert(sub1); local
752 TestCert cert_1 = new TestCert(sub1); local
815 TestCert cert_1 = new TestCert(sub1); local
877 TestCert cert_1 = new TestCert(skid1); local
928 TestCert cert_1 = new TestCert(akid1); local
979 TestCert cert_1 = new TestCert(date1); local
1033 TestCert cert_1 = new TestCert(date1, date2); local
1087 TestCert cert_1 = new TestCert(pkey1); local
1150 TestCert cert_1 = new TestCert(pkey1); local
1200 TestCert cert_1 = new TestCert(pkey1); local
1259 TestCert cert_1 = new TestCert(ku1); local
1316 TestCert cert_1 = new TestCert(ku1); local
1403 TestCert cert_1 = new TestCert(sans_1); local
1461 TestCert cert_1 = new TestCert(sans_1); local
1547 TestCert cert_1 = new TestCert(sans_1); local
1619 TestCert cert_1 = new TestCert(sans); local
2167 TestCert cert_1 = new TestCert(plen1); local
2227 TestCert cert_1 = new TestCert(policies_1); local
    [all...]
  /libcore/luni/src/test/java/tests/security/cert/
X509CertSelectorTest.java 646 TestCert cert_1 = new TestCert(sans); local
654 selector.match(cert_1));
659 selector.match(cert_1));
    [all...]

Completed in 222 milliseconds