Searched refs:getCRLs (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DDistributionPointFetcher.java80 public static Collection<X509CRL> getCRLs(X509CRLSelector selector, method in class:DistributionPointFetcher
100 debug.println("DistributionPointFetcher.getCRLs: Checking "
117 Collection<X509CRL> crls = getCRLs(selector, certImpl,
137 private static Collection<X509CRL> getCRLs(X509CRLSelector selector, method in class:DistributionPointFetcher
176 getCRLs(x500Name, certImpl.getIssuerX500Principal(),
219 Collection<? extends CRL> crls = ucs.getCRLs(null);
237 private static Collection<X509CRL> getCRLs(X500Name name, method in class:DistributionPointFetcher
249 for (CRL crl : store.getCRLs(xcs)) {
H A DCrlRevocationChecker.java326 for (java.security.cert.CRL crl : mStore.getCRLs(sel)) {
331 mApprovedCRLs.addAll(DistributionPointFetcher.getCRLs(sel, signFlag,
H A DURICertStore.java406 return (Collection<X509CRL>) ldapCertStore.getCRLs(xsel);
/openjdk7/jdk/src/share/classes/java/security/cert/
H A DCertStore.java53 * {@link #getCRLs(CRLSelector selector) getCRLs} methods.
179 public final Collection<? extends CRL> getCRLs(CRLSelector selector) method in class:CertStore
/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/ldap/
H A DLDAPCertStore.java696 private Collection<X509CRL> getCRLs(LDAPRequest request, String id, method in class:LDAPCertStore
722 debug.println("LDAPCertStore.getCRLs() encountered exception"
809 entryCRLs = getCRLs(request, ARL, xsel);
831 entryCRLs = getCRLs(request, CRL, xsel);
/openjdk7/jdk/src/share/classes/sun/security/provider/
H A DX509Factory.java452 X509CRL[] crls = pkcs7.getCRLs();
/openjdk7/jdk/src/share/classes/sun/security/pkcs/
H A DPKCS7.java638 public X509CRL[] getCRLs() { method in class:PKCS7
/openjdk7/jdk/src/share/classes/sun/security/tools/
H A DKeyTool.java2085 return s.getCRLs(sel);

Completed in 90 milliseconds