Package eu.europa.esig.dss.tsl.function
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>
The predicate is used to filter certain TLs by the accepted country codes
-
Constructor Summary
ConstructorDescriptionSchemeTerritoryOtherTSLPointer
(String countryCode) Constructor allowing to filter a single country codeSchemeTerritoryOtherTSLPointer
(Collection<String> countryCodes) Constructor allowing to filter a collection of country coded -
Method Summary
Methods inherited from class eu.europa.esig.dss.tsl.function.AbstractOtherTSLPointerPredicate
extractAdditionalInformation
-
Constructor Details
-
SchemeTerritoryOtherTSLPointer
Constructor allowing to filter a single country code- Parameters:
countryCode
-String
country code to be loaded
-
SchemeTerritoryOtherTSLPointer
Constructor allowing to filter a collection of country coded- Parameters:
countryCodes
- a collection ofString
s country codes to be loaded
-
-
Method Details
-
test
-