public class EMVTagSequence extends TagSequenceBase
Modifier | Constructor and Description |
---|---|
|
EMVTagSequence() |
protected |
EMVTagSequence(java.lang.String tag) |
Modifier and Type | Method and Description |
---|---|
protected EMVTag |
createBinaryTagValuePair(java.lang.String tag,
byte[] value) |
protected EMVTag |
createLiteralTagValuePair(java.lang.String tag,
java.lang.String value) |
protected EMVTagSequence |
createTagValueSequence(java.lang.String tag) |
add, get, getAll, getChildren, getFirst, getOrderedList, getTag, getValue, hasTag, isComposite, readFrom, writeTo
public EMVTagSequence()
protected EMVTagSequence(java.lang.String tag)
protected EMVTagSequence createTagValueSequence(java.lang.String tag)
createTagValueSequence
in class TagSequenceBase
protected EMVTag createLiteralTagValuePair(java.lang.String tag, java.lang.String value) throws ISOException
createLiteralTagValuePair
in class TagSequenceBase
ISOException
protected EMVTag createBinaryTagValuePair(java.lang.String tag, byte[] value) throws ISOException
createBinaryTagValuePair
in class TagSequenceBase
ISOException