Package eu.europa.esig.dss.tsl.runnable
Class LOTLWithPivotsAnalysis
java.lang.Object
eu.europa.esig.dss.tsl.runnable.AbstractAnalysis
eu.europa.esig.dss.tsl.runnable.LOTLWithPivotsAnalysis
- All Implemented Interfaces:
Runnable
public class LOTLWithPivotsAnalysis extends AbstractAnalysis implements Runnable
-
Constructor Summary
Constructors Constructor Description LOTLWithPivotsAnalysis(CacheAccessFactory cacheAccessFactory, LOTLSource source, DSSFileLoader dssFileLoader, CountDownLatch latch)
-
Method Summary
Modifier and Type Method Description void
run()
Methods inherited from class eu.europa.esig.dss.tsl.runnable.AbstractAnalysis
download, getCacheAccessByKey, lotlParsing, validation
-
Constructor Details
-
LOTLWithPivotsAnalysis
public LOTLWithPivotsAnalysis(CacheAccessFactory cacheAccessFactory, LOTLSource source, DSSFileLoader dssFileLoader, CountDownLatch latch)
-
-
Method Details