Uses of Interface
org.digidoc4j.DSSFileLoaderFactory
Packages that use DSSFileLoaderFactory
-
Uses of DSSFileLoaderFactory in org.digidoc4j
Methods in org.digidoc4j that return DSSFileLoaderFactoryModifier and TypeMethodDescriptionConfiguration.getTslFileLoaderFactory()
Returns the currently set TSL file loader factory ornull
if no custom file loader factory is set.Methods in org.digidoc4j with parameters of type DSSFileLoaderFactoryModifier and TypeMethodDescriptionvoid
Configuration.setTslFileLoaderFactory
(DSSFileLoaderFactory tslFileLoaderFactory) Set a file loader factory that manages the creation of custom file loaders for downloading TSL. -
Uses of DSSFileLoaderFactory in org.digidoc4j.impl.asic.tsl
Classes in org.digidoc4j.impl.asic.tsl that implement DSSFileLoaderFactoryModifier and TypeClassDescriptionclass
Manages the creation of file loaders for downloading certificates from the Trust Store (TSL).