Class TslFileLoaderFactory

java.lang.Object
org.digidoc4j.impl.asic.tsl.TslFileLoaderFactory
All Implemented Interfaces:
Serializable, DSSFileLoaderFactory

public class TslFileLoaderFactory extends Object implements DSSFileLoaderFactory
Manages the creation of file loaders for downloading certificates from the Trust Store (TSL).
See Also:
  • Constructor Details

    • TslFileLoaderFactory

      public TslFileLoaderFactory(Configuration configuration, File fileCacheDirectory)
  • Method Details

    • create

      public eu.europa.esig.dss.spi.client.http.DSSFileLoader create()
      Description copied from interface: DSSFileLoaderFactory
      Create a new file loader instance.
      Specified by:
      create in interface DSSFileLoaderFactory
      Returns:
      new file loader.