Class ExternalResourcesCRLSource

All Implemented Interfaces:
MultipleRevocationSource<CRL>, Serializable

public class ExternalResourcesCRLSource
extends OfflineCRLSource
This class allows to provide a CRL source based on the list of external CRL(s);
See Also:
Serialized Form
  • Constructor Details

    • ExternalResourcesCRLSource

      public ExternalResourcesCRLSource​(String... paths)
      This constructor allows to build a CRL source from a list of resource paths.
      Parameters:
      paths - paths to be loaded as CRL
    • ExternalResourcesCRLSource

      public ExternalResourcesCRLSource​(InputStream... inputStreams)
      This constructor allows to build a CRL source from a list of InputStream.
      Parameters:
      inputStreams - the list of InputStream to be loaded as CRL