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

  /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...]
  /libcore/luni/src/test/java/libcore/java/security/cert/
X509CRLTest.java 493 X509CRL crl2 = getCRL(f, CRL_RSA); local
501 assertEquals(crl1.toString(), crl2.toString());
508 X509CRL crl2 = getCRL(f, CRL_RSA); local
513 assertEquals(crl1, crl2);
518 X509CRLEntry entry2 = crl2.getRevokedCertificate(rsaCert);
  /prebuilts/go/darwin-x86/src/crypto/x509/
x509_test.go 574 CRLDistributionPoints: []string{"http://crl1.example.com/ca1.crl", "http://crl2.example.com/ca1.crl"},
    [all...]
  /prebuilts/go/linux-x86/src/crypto/x509/
x509_test.go 574 CRLDistributionPoints: []string{"http://crl1.example.com/ca1.crl", "http://crl2.example.com/ca1.crl"},
    [all...]

Completed in 231 milliseconds