Package eu.europa.esig.dss.tsl.sync
Class TrustedListCertificateSourceSynchronizer
java.lang.Object
eu.europa.esig.dss.tsl.sync.TrustedListCertificateSourceSynchronizer
Loads trusted certificate source
-
Constructor Summary
ConstructorsConstructorDescriptionTrustedListCertificateSourceSynchronizer(TLSource[] tlSources, LOTLSource[] lotlSources, TrustPropertiesCertificateSource certificateSource, SynchronizationStrategy synchronizationStrategy, SynchronizerCacheAccess cacheAccess) Default constructor -
Method Summary
Modifier and TypeMethodDescriptionvoidsync()Synchronizes the trusted certificate source based on the validation job processing result
-
Constructor Details
-
TrustedListCertificateSourceSynchronizer
public TrustedListCertificateSourceSynchronizer(TLSource[] tlSources, LOTLSource[] lotlSources, TrustPropertiesCertificateSource certificateSource, SynchronizationStrategy synchronizationStrategy, SynchronizerCacheAccess cacheAccess) Default constructor- Parameters:
tlSources-TLSourceslotlSources-LOTLSourcescertificateSource-TrustPropertiesCertificateSourcesynchronizationStrategy-SynchronizationStrategycacheAccess-SynchronizerCacheAccess
-
-
Method Details
-
sync
public void sync()Synchronizes the trusted certificate source based on the validation job processing result
-