Uses of Interface
eu.europa.esig.dss.tsl.sync.SynchronizationStrategy
Package | Description |
---|---|
eu.europa.esig.dss.tsl.job | |
eu.europa.esig.dss.tsl.sync |
-
Uses of SynchronizationStrategy in eu.europa.esig.dss.tsl.job
Methods in eu.europa.esig.dss.tsl.job with parameters of type SynchronizationStrategy Modifier and Type Method Description void
TLValidationJob. setSynchronizationStrategy(SynchronizationStrategy synchronizationStrategy)
Sets the strategy to follow for the certificate synchronization -
Uses of SynchronizationStrategy in eu.europa.esig.dss.tsl.sync
Classes in eu.europa.esig.dss.tsl.sync that implement SynchronizationStrategy Modifier and Type Class Description class
AcceptAllStrategy
class
ExpirationAndSignatureCheckStrategy
Constructors in eu.europa.esig.dss.tsl.sync with parameters of type SynchronizationStrategy Constructor Description TrustedListCertificateSourceSynchronizer(TLSource[] tlSources, LOTLSource[] lotlSources, TrustedListsCertificateSource certificateSource, SynchronizationStrategy synchronizationStrategy, SynchronizerCacheAccess cacheAccess)