Searched defs:getCRLs (Results 1 - 4 of 4) sorted by relevance

/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/pkcs/
H A DPKCS7.java638 public X509CRL[] getCRLs() { method in class:PKCS7
/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)) {
/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);

Completed in 36 milliseconds