Class OtherTSLPointerConverter
java.lang.Object
eu.europa.esig.dss.tsl.function.converter.OtherTSLPointerConverter
- All Implemented Interfaces:
Function<OtherTSLPointerType,OtherTSLPointer>
public class OtherTSLPointerConverter
extends Object
implements Function<OtherTSLPointerType,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
-
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
-
apply
- Specified by:
applyin interfaceFunction<OtherTSLPointerType,OtherTSLPointer>
-