Uses of Class
eu.europa.esig.dss.tsl.source.LOTLSource
-
Uses of LOTLSource in eu.europa.esig.dss.tsl.alerts.detections
Constructors in eu.europa.esig.dss.tsl.alerts.detections with parameters of type LOTLSource Constructor Description LOTLLocationChangeDetection(LOTLSource lotlSource)
OJUrlChangeDetection(LOTLSource lotlSource)
-
Uses of LOTLSource in eu.europa.esig.dss.tsl.job
Methods in eu.europa.esig.dss.tsl.job with parameters of type LOTLSource Modifier and Type Method Description void
TLValidationJob. setListOfTrustedListSources(LOTLSource... listOfTrustedListSources)
Constructor parameters in eu.europa.esig.dss.tsl.job with type arguments of type LOTLSource Constructor Description TLSourceBuilder(List<LOTLSource> lotlList, Map<CacheKey,ParsingCacheDTO> parsingResults)
-
Uses of LOTLSource in eu.europa.esig.dss.tsl.parsing
Constructors in eu.europa.esig.dss.tsl.parsing with parameters of type LOTLSource Constructor Description LOTLParsingTask(DSSDocument document, LOTLSource lotlSource)
-
Uses of LOTLSource in eu.europa.esig.dss.tsl.runnable
Methods in eu.europa.esig.dss.tsl.runnable with parameters of type LOTLSource Modifier and Type Method Description protected void
AbstractAnalysis. lotlParsing(DSSDocument document, LOTLSource source)
Constructors in eu.europa.esig.dss.tsl.runnable with parameters of type LOTLSource Constructor Description LOTLAnalysis(LOTLSource source, CacheAccessByKey cacheAccess, DSSFileLoader dssFileLoader, CountDownLatch latch)
LOTLWithPivotsAnalysis(CacheAccessFactory cacheAccessFactory, LOTLSource source, DSSFileLoader dssFileLoader, CountDownLatch latch)
PivotProcessing(LOTLSource source, CacheAccessByKey cacheAccess, DSSFileLoader dssFileLoader)
-
Uses of LOTLSource in eu.europa.esig.dss.tsl.summary
Constructors in eu.europa.esig.dss.tsl.summary with parameters of type LOTLSource Constructor Description ValidationJobSummaryBuilder(ReadOnlyCacheAccess readOnlyCacheAccess, TLSource[] tlSources, LOTLSource[] lotlSources)
-
Uses of LOTLSource in eu.europa.esig.dss.tsl.sync
Constructors in eu.europa.esig.dss.tsl.sync with parameters of type LOTLSource Constructor Description TrustedListCertificateSourceSynchronizer(TLSource[] tlSources, LOTLSource[] lotlSources, TrustedListsCertificateSource certificateSource, SynchronizationStrategy synchronizationStrategy, SynchronizerCacheAccess cacheAccess)