Home
last modified time | relevance | path

Searched refs:getCRLs (Results 1 – 9 of 9) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/provider/certpath/
DDistributionPointFetcher.java68 public static Collection<X509CRL> getCRLs(X509CRLSelector selector, in getCRLs() method in DistributionPointFetcher
78 return getCRLs(selector, signFlag, prevKey, null, provider, certStores, in getCRLs()
86 public static Collection<X509CRL> getCRLs(X509CRLSelector selector, in getCRLs() method in DistributionPointFetcher
121 Collection<X509CRL> crls = getCRLs(selector, certImpl, in getCRLs()
144 private static Collection<X509CRL> getCRLs(X509CRLSelector selector, in getCRLs() method in DistributionPointFetcher
185 getCRLs(x500Name, certImpl.getIssuerX500Principal(), in getCRLs()
245 Collection<? extends CRL> crls = ucs.getCRLs(null); in getCRL()
261 private static Collection<X509CRL> getCRLs(X500Name name, in getCRLs() method in DistributionPointFetcher
276 for (CRL crl : store.getCRLs(xcs)) { in getCRLs()
DURICertStore.java372 return (Collection<X509CRL>) ldapCertStore.getCRLs(xsel); in engineGetCRLs()
DRevocationChecker.java504 for (CRL crl : store.getCRLs(sel)) {
552 approvedCRLs.addAll(DistributionPointFetcher.getCRLs(
/libcore/luni/src/test/java/tests/security/cert/
DCertStore2Test.java251 Collection<? extends CRL> ls = certStore.getCRLs(null); in testGetCRLs()
258 Collection<? extends CRL> ls = certStore.getCRLs(new MyCRLSelector()); in testGetCRLs()
266 certStore.getCRLs(new MyOtherCRLSelector()); in testGetCRLs()
DCertStore1Test.java390 coll = certS[i].getCRLs(null); in testCertStore15()
/libcore/ojluni/src/main/java/java/security/cert/
DCertStore.java188 public final Collection<? extends CRL> getCRLs(CRLSelector selector) in getCRLs() method in CertStore
/libcore/ojluni/annotations/mmodule/sun/security/pkcs/
DPKCS7.annotated.java77 public java.security.cert.X509CRL[] getCRLs() { throw new RuntimeException("Stub!"); } in getCRLs() method in PKCS7
/libcore/ojluni/annotations/hiddenapi/sun/security/pkcs/
DPKCS7.java147 public java.security.cert.X509CRL[] getCRLs() { in getCRLs() method in PKCS7
/libcore/ojluni/src/main/java/sun/security/pkcs/
DPKCS7.java704 public X509CRL[] getCRLs() { in getCRLs() method in PKCS7