Uses of Class
eu.europa.esig.dss.tsl.source.TLSource
-
Uses of TLSource in eu.europa.esig.dss.tsl.job
Methods in eu.europa.esig.dss.tsl.job that return types with arguments of type TLSource Modifier and Type Method Description List<TLSource>TLSourceBuilder. build()Methods in eu.europa.esig.dss.tsl.job with parameters of type TLSource Modifier and Type Method Description voidTLValidationJob. setTrustedListSources(TLSource... trustedListSources) -
Uses of TLSource in eu.europa.esig.dss.tsl.parsing
Constructors in eu.europa.esig.dss.tsl.parsing with parameters of type TLSource Constructor Description TLParsingTask(DSSDocument document, TLSource tlSource) -
Uses of TLSource in eu.europa.esig.dss.tsl.runnable
Constructors in eu.europa.esig.dss.tsl.runnable with parameters of type TLSource Constructor Description TLAnalysis(TLSource source, CacheAccessByKey cacheAccess, DSSFileLoader dssFileLoader, CountDownLatch latch) -
Uses of TLSource in eu.europa.esig.dss.tsl.source
Subclasses of TLSource in eu.europa.esig.dss.tsl.source Modifier and Type Class Description classLOTLSource -
Uses of TLSource in eu.europa.esig.dss.tsl.summary
Constructors in eu.europa.esig.dss.tsl.summary with parameters of type TLSource Constructor Description ValidationJobSummaryBuilder(ReadOnlyCacheAccess readOnlyCacheAccess, TLSource[] tlSources, LOTLSource[] lotlSources) -
Uses of TLSource in eu.europa.esig.dss.tsl.sync
Constructors in eu.europa.esig.dss.tsl.sync with parameters of type TLSource Constructor Description TrustedListCertificateSourceSynchronizer(TLSource[] tlSources, LOTLSource[] lotlSources, TrustedListsCertificateSource certificateSource, SynchronizationStrategy synchronizationStrategy, SynchronizerCacheAccess cacheAccess)