Searched refs:getCRLs (Results 1 – 9 of 9) sorted by relevance
/libcore/ojluni/src/main/java/sun/security/provider/certpath/ |
D | DistributionPointFetcher.java | 68 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()
|
D | URICertStore.java | 372 return (Collection<X509CRL>) ldapCertStore.getCRLs(xsel); in engineGetCRLs()
|
D | RevocationChecker.java | 504 for (CRL crl : store.getCRLs(sel)) { 552 approvedCRLs.addAll(DistributionPointFetcher.getCRLs(
|
/libcore/luni/src/test/java/tests/security/cert/ |
D | CertStore2Test.java | 251 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()
|
D | CertStore1Test.java | 390 coll = certS[i].getCRLs(null); in testCertStore15()
|
/libcore/ojluni/src/main/java/java/security/cert/ |
D | CertStore.java | 188 public final Collection<? extends CRL> getCRLs(CRLSelector selector) in getCRLs() method in CertStore
|
/libcore/ojluni/annotations/mmodule/sun/security/pkcs/ |
D | PKCS7.annotated.java | 77 public java.security.cert.X509CRL[] getCRLs() { throw new RuntimeException("Stub!"); } in getCRLs() method in PKCS7
|
/libcore/ojluni/annotations/hiddenapi/sun/security/pkcs/ |
D | PKCS7.java | 147 public java.security.cert.X509CRL[] getCRLs() { in getCRLs() method in PKCS7
|
/libcore/ojluni/src/main/java/sun/security/pkcs/ |
D | PKCS7.java | 704 public X509CRL[] getCRLs() { in getCRLs() method in PKCS7
|