Class AcceptAllStrategy

java.lang.Object
eu.europa.esig.dss.tsl.sync.AcceptAllStrategy
All Implemented Interfaces:
SynchronizationStrategy

public class AcceptAllStrategy extends Object implements SynchronizationStrategy
Accepts all trusted lists
  • Constructor Summary

    Constructors
    Constructor
    Description
    Default constructor
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    canBeSynchronized(eu.europa.esig.dss.model.tsl.LOTLInfo listOfTrustedList)
    Returns true if the certificates from the list of trusted lists and its trusted list can be synchronized
    boolean
    canBeSynchronized(eu.europa.esig.dss.model.tsl.TLInfo trustedList)
    Returns true if the certificates from the trusted list can be synchronized

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AcceptAllStrategy

      public AcceptAllStrategy()
      Default constructor
  • Method Details

    • canBeSynchronized

      public boolean canBeSynchronized(eu.europa.esig.dss.model.tsl.TLInfo trustedList)
      Description copied from interface: SynchronizationStrategy
      Returns true if the certificates from the trusted list can be synchronized
      Specified by:
      canBeSynchronized in interface SynchronizationStrategy
      Parameters:
      trustedList - the trusted list to be tested
      Returns:
      true if the trusted list can be synchronized
    • canBeSynchronized

      public boolean canBeSynchronized(eu.europa.esig.dss.model.tsl.LOTLInfo listOfTrustedList)
      Description copied from interface: SynchronizationStrategy
      Returns true if the certificates from the list of trusted lists and its trusted list can be synchronized
      Specified by:
      canBeSynchronized in interface SynchronizationStrategy
      Parameters:
      listOfTrustedList - the list of trusted lists to be tested
      Returns:
      true if the list of trusted lists can be synchronized