Module jpms_dss_tsl_validation
Package eu.europa.esig.dss.tsl.function
Class SchemeInformationURIByLang
java.lang.Object
eu.europa.esig.dss.tsl.function.SchemeInformationURIByLang
- All Implemented Interfaces:
Predicate<eu.europa.esig.trustedlist.jaxb.tsl.NonEmptyMultiLangURIType>
public final class SchemeInformationURIByLang
extends Object
implements Predicate<eu.europa.esig.trustedlist.jaxb.tsl.NonEmptyMultiLangURIType>
Predicate to filter scheme information by language
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleantest(eu.europa.esig.trustedlist.jaxb.tsl.NonEmptyMultiLangURIType schemeInformationURI)
-
Constructor Details
-
SchemeInformationURIByLang
Default constructor- Parameters:
lang-Stringlanguage code to filter by
-
-
Method Details