Module jpms_dss_tsl_validation
Class OtherTSLPointerConverter
java.lang.Object
eu.europa.esig.dss.tsl.function.converter.OtherTSLPointerConverter
- All Implemented Interfaces:
Function<eu.europa.esig.trustedlist.jaxb.tsl.OtherTSLPointerType,eu.europa.esig.dss.model.tsl.OtherTSLPointer>
public class OtherTSLPointerConverter
extends Object
implements Function<eu.europa.esig.trustedlist.jaxb.tsl.OtherTSLPointerType,eu.europa.esig.dss.model.tsl.OtherTSLPointer>
The class is used to convert
OtherTSLPointerType to OtherTSLPointer-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor to instantiate an empty objectOtherTSLPointerConverter(boolean mraSupport) Constructor with a parameter to define the MRA support -
Method Summary
Modifier and TypeMethodDescriptioneu.europa.esig.dss.model.tsl.OtherTSLPointerapply(eu.europa.esig.trustedlist.jaxb.tsl.OtherTSLPointerType original)
-
Constructor Details
-
OtherTSLPointerConverter
public OtherTSLPointerConverter()Default constructor to instantiate an empty object -
OtherTSLPointerConverter
public OtherTSLPointerConverter(boolean mraSupport) Constructor with a parameter to define the MRA support- Parameters:
mraSupport- defines whether MRA shall be extracted if present
-
-
Method Details