java.lang.Object
eu.emi.security.authn.x509.helpers.pkipath.bc.PKIXCRLUtil

class PKIXCRLUtil extends Object
  • Constructor Details

    • PKIXCRLUtil

      PKIXCRLUtil()
  • Method Details

    • findCRLs

      public Set findCRLs(org.bouncycastle.jcajce.PKIXCRLStoreSelector crlselect, Date validityDate, List certStores, List pkixCrlStores) throws org.bouncycastle.jce.provider.AnnotatedException
      Throws:
      org.bouncycastle.jce.provider.AnnotatedException
    • findCRLs

      private final Collection findCRLs(org.bouncycastle.jcajce.PKIXCRLStoreSelector crlSelect, List crlStores) throws org.bouncycastle.jce.provider.AnnotatedException
      Return a Collection of all CRLs found in the X509Store's that are matching the crlSelect criteriums.
      Parameters:
      crlSelect - a PKIXCRLStoreSelector object that will be used to select the CRLs
      crlStores - a List containing only Store objects. These are used to search for CRLs
      Returns:
      a Collection of all found X509CRL objects. May be empty but never null.
      Throws:
      org.bouncycastle.jce.provider.AnnotatedException