java.lang.Object
eu.europa.esig.dss.validation.process.qualification.trust.filter.AbstractTrustServiceFilter
eu.europa.esig.dss.validation.process.qualification.trust.filter.ServiceByCountryFilter
All Implemented Interfaces:
TrustServiceFilter

public class ServiceByCountryFilter extends AbstractTrustServiceFilter
This class is used to filter trusted services by country code(s). That's possible to find trusted certificates in more than one TL (eg : UK + PT)
  • Constructor Details

    • ServiceByCountryFilter

      public ServiceByCountryFilter(String countryCode)
      Constructor to instantiate the filter by a single country code
      Parameters:
      countryCode - String
    • ServiceByCountryFilter

      public ServiceByCountryFilter(Set<String> countryCodes)
      Constructor to instantiate the filter by a set of single country codes
      Parameters:
      countryCodes - a set of Strings
  • Method Details