Class ListCRLSource

    • Constructor Detail

      • ListCRLSource

        public ListCRLSource()
        This is the constructor for this class, it allows to instantiate the list which will contain all X509CRL.
      • ListCRLSource

        public ListCRLSource​(OfflineCRLSource crlSource)
        This constructor allows to initialize the list of X509CRL from an OfflineCRLSource.
        Parameters:
        crlSource - an offline crl source
    • Method Detail

      • addAll

        public void addAll​(OfflineCRLSource offlineCRLSource)
        This method allows to add all X509CRL from one OfflineCRLSource to this one. If the X509CRL exists already within the current source then it is ignored.
        Parameters:
        offlineCRLSource - the source to be added