Class SchemeTerritoryOtherTSLPointer

java.lang.Object
eu.europa.esig.dss.tsl.function.AbstractOtherTSLPointerPredicate
eu.europa.esig.dss.tsl.function.SchemeTerritoryOtherTSLPointer
All Implemented Interfaces:
OtherTSLPointerPredicate, Predicate<OtherTSLPointerType>

public class SchemeTerritoryOtherTSLPointer extends AbstractOtherTSLPointerPredicate
The predicate is used to filter certain TLs by the accepted country codes
  • Constructor Details

    • SchemeTerritoryOtherTSLPointer

      public SchemeTerritoryOtherTSLPointer(String countryCode)
      Constructor allowing to filter a single country code
      Parameters:
      countryCode - String country code to be loaded
    • SchemeTerritoryOtherTSLPointer

      public SchemeTerritoryOtherTSLPointer(Collection<String> countryCodes)
      Constructor allowing to filter a collection of country coded
      Parameters:
      countryCodes - a collection of Strings country codes to be loaded
  • Method Details