Class ExternalResourcesCRLSource

    • Constructor Detail

      • 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