Package org.digidoc4j.impl.asic.tsl
Class TslFileLoaderFactory
java.lang.Object
org.digidoc4j.impl.asic.tsl.TslFileLoaderFactory
- All Implemented Interfaces:
Serializable
,DSSFileLoaderFactory
Manages the creation of file loaders for downloading certificates from the Trust Store (TSL).
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioneu.europa.esig.dss.spi.client.http.DSSFileLoader
create()
Create a new file loader instance.
-
Constructor Details
-
TslFileLoaderFactory
-
-
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 interfaceDSSFileLoaderFactory
- Returns:
- new file loader.
-