Uses of Class
org.globus.gsi.CertificateRevocationLists

Packages that use CertificateRevocationLists
org.globus.gsi   
org.globus.gsi.proxy   
 

Uses of CertificateRevocationLists in org.globus.gsi
 

Methods in org.globus.gsi that return CertificateRevocationLists
static CertificateRevocationLists CertificateRevocationLists.getCertificateRevocationLists(String locations)
           
static CertificateRevocationLists CertificateRevocationLists.getDefaultCertificateRevocationLists()
           
static CertificateRevocationLists CertificateRevocationLists.getDefault()
           
 

Methods in org.globus.gsi with parameters of type CertificateRevocationLists
static void CertificateRevocationLists.setDefaultCertificateRevocationList(CertificateRevocationLists crl)
           
 

Uses of CertificateRevocationLists in org.globus.gsi.proxy
 

Methods in org.globus.gsi.proxy with parameters of type CertificateRevocationLists
 void ProxyPathValidator.validate(X509Certificate[] certPath, X509Certificate[] trustedCerts, CertificateRevocationLists crls)
           
protected  void ProxyPathValidator.validate(X509Certificate[] certPath, TrustedCertificates trustedCerts, CertificateRevocationLists crlsList)
          Performs certificate path validation.
protected  void ProxyPathValidator.checkCRL(X509Certificate cert, CertificateRevocationLists crlsList, TrustedCertificates trustedCerts)