Class DefaultICCBERTLVFormatMapper
java.lang.Object
org.jpos.tlv.packager.bertlv.DefaultICCBERTLVFormatMapper
- All Implemented Interfaces:
BERTLVFormatMapper
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected EMVProprietaryTagTypegetProprietaryTagType(Integer tagNumber) Subclasses should override this method to provide an implementation of org.jpos.emv.EMVProprietaryTagType
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
DefaultICCBERTLVFormatMapper
public DefaultICCBERTLVFormatMapper()
-
-
Method Details
-
getFormat
- Specified by:
getFormatin interfaceBERTLVFormatMapper- Throws:
ISOException
-
getProprietaryTagType
protected EMVProprietaryTagType getProprietaryTagType(Integer tagNumber) throws UnknownTagNumberException Subclasses should override this method to provide an implementation of org.jpos.emv.EMVProprietaryTagType- Parameters:
tagNumber-- Returns:
- EMVProprietaryTagType
- Throws:
UnknownTagNumberException
-