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
ConstructorDescriptionTrustedListCertificateSourceSynchronizer
(TLSource[] tlSources, LOTLSource[] lotlSources, TrustedListsCertificateSource certificateSource, SynchronizationStrategy synchronizationStrategy, SynchronizerCacheAccess cacheAccess) Default constructor -
Method Summary
Modifier and TypeMethodDescriptionvoid
sync()
Synchronizes the trusted certificate source based on the validation job processing result
-
Constructor Details
-
TrustedListCertificateSourceSynchronizer
public TrustedListCertificateSourceSynchronizer(TLSource[] tlSources, LOTLSource[] lotlSources, TrustedListsCertificateSource certificateSource, SynchronizationStrategy synchronizationStrategy, SynchronizerCacheAccess cacheAccess) Default constructor- Parameters:
tlSources
-TLSource
slotlSources
-LOTLSource
scertificateSource
-TrustedListsCertificateSource
synchronizationStrategy
-SynchronizationStrategy
cacheAccess
-SynchronizerCacheAccess
-
-
Method Details
-
sync
public void sync()Synchronizes the trusted certificate source based on the validation job processing result
-