Class CRLChecker

    • Constructor Detail

      • 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.