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

  /libcore/luni/src/test/java/tests/security/cert/
X509CertSelectorTest.java 321 X509Certificate cert2 = (X509Certificate) certFact local
328 selector.setCertificate(cert2);
329 assertEquals(cert2, selector.getCertificate());
559 TestCert cert2 = new TestCert(sans2); local
567 && selector.match(cert2));
842 X509Certificate cert2 = (X509Certificate) certFact local
864 TestCert cert2 = new TestCert(akid2); local
918 TestCert cert2 = new TestCert("other certificate"); local
947 TestCert cert2 = new TestCert(date2); local
978 TestCert cert2 = new TestCert(ku2); local
1020 TestCert cert2 = new TestCert(iss2); local
1060 TestCert cert2 = new TestCert(iss2); local
1098 TestCert cert2 = new TestCert(iss2); local
1125 TestCert cert2 = new TestCert(ku2); local
1222 TestCert cert2 = new TestCert(sans2); local
1259 TestCert cert2 = new TestCert(policies2); local
1290 TestCert cert2 = new TestCert(date2, date3); local
1317 TestCert cert2 = new TestCert(ser2); local
1349 TestCert cert2 = new TestCert(sub2); local
1388 TestCert cert2 = new TestCert(sub2); local
1426 TestCert cert2 = new TestCert(sub2); local
1473 TestCert cert2 = new TestCert(sans2); local
1501 TestCert cert2 = new TestCert(skid2); local
1559 TestCert cert2 = new TestCert(pkey2); local
1598 TestCert cert2 = new TestCert(pkey2); local
2215 TestCert cert2 = new TestCert(sans2); local
2251 TestCert cert2 = new TestCert(sans2); local
    [all...]
  /external/chromium/net/base/
ssl_client_auth_cache_unittest.cc 24 scoped_refptr<X509Certificate> cert2(
43 cache.Add(server2, cert2);
49 EXPECT_EQ(cert2, cached_cert);
58 EXPECT_EQ(cert2, cached_cert);
66 EXPECT_EQ(cert2, cached_cert);
74 EXPECT_EQ(cert2, cached_cert);
90 scoped_refptr<X509Certificate> cert2(
94 cache.Add(server2, cert2.get());
100 EXPECT_EQ(cert2.get(), cached_cert);
x509_certificate_unittest.cc 633 scoped_refptr<X509Certificate> cert2(X509Certificate::CreateFromHandle(
638 EXPECT_EQ(cert1, cert2);
776 scoped_refptr<X509Certificate> cert2; local
777 cert2 = X509Certificate::CreateFromHandle(
780 // The cache should have stored cert2 'cause it has more intermediates:
781 EXPECT_NE(cert1, cert2);
784 EXPECT_TRUE(cert2->HasIntermediateCertificate(
786 EXPECT_TRUE(cert2->HasIntermediateCertificate(
788 EXPECT_FALSE(cert2->HasIntermediateCertificate(
    [all...]
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/cert/
X509CRLImplTest.java 354 X509CertImpl cert2 = new X509CertImpl( local
376 crl.getRevokedCertificate(cert2));
501 X509CertImpl cert2 = new X509CertImpl( local
523 crl.isRevoked(cert2));
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
KeyStore2Test.java 247 java.security.cert.Certificate cert2 = keyTest.getCertificate("alias2"); local
249 cert2 != null && cert2.equals(cert[0]));
281 X509Certificate cert2 = (X509Certificate) cf local
283 String aliasNull = keyTest.getCertificateAlias(cert2);
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyStore2Test.java 276 Certificate cert2 = keyTest.getCertificate("alias2"); local
278 cert2, cert[0]);
310 X509Certificate cert2 = (X509Certificate) cf.generateCertificate(certArray3); local
311 String aliasNull = keyTest.getCertificateAlias(cert2);
    [all...]

Completed in 245 milliseconds