java.lang.Object
eu.europa.esig.dss.validation.process.qualification.trust.filter.AbstractTrustedServiceFilter
eu.europa.esig.dss.validation.process.qualification.trust.filter.ServiceByTLUrlFilter
All Implemented Interfaces:
TrustedServiceFilter

public class ServiceByTLUrlFilter extends AbstractTrustedServiceFilter
This class is used to filter trusted services by the TL Url.
  • Constructor Details

    • ServiceByTLUrlFilter

      public ServiceByTLUrlFilter(String tlUrl)
      Constructor to instantiate the filter with a single TL URL
      Parameters:
      tlUrl - String
    • ServiceByTLUrlFilter

      public ServiceByTLUrlFilter(Set<String> tlUrls)
      Constructor to instantiate the filter with a set of TL URLs
      Parameters:
      tlUrls - a set of Strings
  • Method Details