Lines Matching refs:TestCert

558             TestCert cert1 = new TestCert(sans1);
559 TestCert cert2 = new TestCert(sans2);
668 TestCert cert_1 = new TestCert(sans);
863 TestCert cert1 = new TestCert(akid1);
864 TestCert cert2 = new TestCert(akid2);
917 TestCert cert1 = new TestCert("same certificate");
918 TestCert cert2 = new TestCert("other certificate");
946 TestCert cert1 = new TestCert(date1);
947 TestCert cert2 = new TestCert(date2);
977 TestCert cert1 = new TestCert(ku1);
978 TestCert cert2 = new TestCert(ku2);
1019 TestCert cert1 = new TestCert(iss1);
1020 TestCert cert2 = new TestCert(iss2);
1059 TestCert cert1 = new TestCert(iss1);
1060 TestCert cert2 = new TestCert(iss2);
1097 TestCert cert1 = new TestCert(iss1);
1098 TestCert cert2 = new TestCert(iss2);
1124 TestCert cert1 = new TestCert(ku1);
1125 TestCert cert2 = new TestCert(ku2);
1126 TestCert cert3 = new TestCert((boolean[]) null);
1152 TestCert cert = new TestCert();
1221 TestCert cert1 = new TestCert(sans1);
1222 TestCert cert2 = new TestCert(sans2);
1258 TestCert cert1 = new TestCert(policies1);
1259 TestCert cert2 = new TestCert(policies2);
1289 TestCert cert1 = new TestCert(date1, date2);
1290 TestCert cert2 = new TestCert(date2, date3);
1316 TestCert cert1 = new TestCert(ser1);
1317 TestCert cert2 = new TestCert(ser2);
1348 TestCert cert1 = new TestCert(sub1);
1349 TestCert cert2 = new TestCert(sub2);
1387 TestCert cert1 = new TestCert(sub1);
1388 TestCert cert2 = new TestCert(sub2);
1425 TestCert cert1 = new TestCert(sub1);
1426 TestCert cert2 = new TestCert(sub2);
1472 TestCert cert1 = new TestCert(sans1);
1473 TestCert cert2 = new TestCert(sans2);
1500 TestCert cert1 = new TestCert(skid1);
1501 TestCert cert2 = new TestCert(skid2);
1558 TestCert cert1 = new TestCert(pkey1);
1559 TestCert cert2 = new TestCert(pkey2);
1597 TestCert cert1 = new TestCert(pkey1);
1598 TestCert cert2 = new TestCert(pkey2);
1682 private class TestCert extends X509Certificate {
1722 public TestCert() {
1725 public TestCert(GeneralNames sans) {
1729 public TestCert(NameConstraints nameConstraints) {
1733 public TestCert(Collection<List<?>> collection) {
1737 public TestCert(String equalCriteria) {
1741 public TestCert(String[] policies) {
1745 public TestCert(BigInteger serial) {
1749 public TestCert(X500Principal principal) {
1754 public TestCert(byte[] array) {
1758 public TestCert(Date date) {
1762 public TestCert(Date notBefore, Date notAfter) {
1766 public TestCert(PublicKey key) {
1770 public TestCert(boolean[] keyUsage) {
1774 public TestCert(Set<String> extKeyUsage) {
1778 public TestCert(int pathLen) {
1847 || (((TestCert) cert).equalCriteria == null)) {
1850 return equalCriteria.equals(((TestCert) cert).equalCriteria);
2214 TestCert cert1 = new TestCert(sans1);
2215 TestCert cert2 = new TestCert(sans2);
2250 TestCert cert1 = new TestCert(sans1);
2251 TestCert cert2 = new TestCert(sans2);