Module jpms_dss_tsl_validation
Package eu.europa.esig.dss.tsl.function
Class AbstractOtherTSLPointerPredicate
java.lang.Object
eu.europa.esig.dss.tsl.function.AbstractOtherTSLPointerPredicate
- All Implemented Interfaces:
OtherTSLPointerPredicate,Predicate<eu.europa.esig.trustedlist.jaxb.tsl.OtherTSLPointerType>
- Direct Known Subclasses:
MimetypeOtherTSLPointer,SchemeTerritoryOtherTSLPointer,TypeOtherTSLPointer
public abstract class AbstractOtherTSLPointerPredicate
extends Object
implements OtherTSLPointerPredicate
An abstract implementation of
OtherTSLPointerPredicate-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionextractAdditionalInformation(eu.europa.esig.trustedlist.jaxb.tsl.OtherTSLPointerType o) Extracts the additional information map
-
Constructor Details
-
AbstractOtherTSLPointerPredicate
protected AbstractOtherTSLPointerPredicate()Default constructor
-
-
Method Details