Package eu.europa.esig.dss.tsl.sync
Class AcceptAllStrategy
java.lang.Object
eu.europa.esig.dss.tsl.sync.AcceptAllStrategy
- All Implemented Interfaces:
SynchronizationStrategy
public class AcceptAllStrategy extends Object implements SynchronizationStrategy
-
Constructor Summary
Constructors Constructor Description AcceptAllStrategy() -
Method Summary
Modifier and Type Method Description booleancanBeSynchronized(LOTLInfo listOfTrustedList)Returns true if the certificates from the list of trusted lists and its trusted list can be synchronizedbooleancanBeSynchronized(TLInfo trustedList)Returns true if the certificates from the trusted list can be synchronized
-
Constructor Details
-
AcceptAllStrategy
public AcceptAllStrategy()
-
-
Method Details
-
canBeSynchronized
Description copied from interface:SynchronizationStrategyReturns true if the certificates from the trusted list can be synchronized- Specified by:
canBeSynchronizedin interfaceSynchronizationStrategy- Parameters:
trustedList- the trusted list to be tested- Returns:
- true if the trusted list can be synchronized
-
canBeSynchronized
Description copied from interface:SynchronizationStrategyReturns true if the certificates from the list of trusted lists and its trusted list can be synchronized- Specified by:
canBeSynchronizedin interfaceSynchronizationStrategy- Parameters:
listOfTrustedList- the list of trusted lists to be tested- Returns:
- true if the list of trusted lists can be synchronized
-