Class CRLChecker

java.lang.Object
org.globus.gsi.trustmanager.CRLChecker
All Implemented Interfaces:
CertificateChecker

public class CRLChecker extends Object implements CertificateChecker
This checks to see if the certificate is in a CRL.
Since:
1.0
Version:
${version}
  • Constructor Details

    • CRLChecker

      public CRLChecker(CertificateRevocationLists crlsList, KeyStore keyStore, boolean checkDateValidity)
      Creates a CRLChecker where the CRL's are in the supplied stores.
      Parameters:
      crlsList - The object containing the CRL's
      keyStore - The store used to get trusted certs.
      checkDateValidity - Should we check if the CRL date is valid.
    • CRLChecker

      public CRLChecker(CertStore certStore, KeyStore keyStore, boolean checkDateValidity)
      Creates a CRLChecker where the CRL's are in the supplied stores.
      Parameters:
      certStore - The store containing the CRL's
      keyStore - The store used to get trusted certs.
      checkDateValidity - Should we check if the CRL date is valid.
  • Method Details