tlv.unpack (emvData);
tlv.dump (System.out, "");
<tlvlist>
<tag id='2' value='9F1A0206829F380C9F66049F02069F37' />
<tag id='4' value='2A02BF0C089F5A0560068206829F3602010D9F3704CC122C7C5F3401019F120A566973612044656269749F100706011103A020009F1101015F2A0206825F2D046172656E500A56495341204445424954950500000000009F6C020600571143' />
<tag id='23' value='7973688638D2411201111900250F9F4E1000112233445566778899AABBCCDDEEFF9F6E0420700000' />
<tag id='9f27' value='80' />
<tag id='9a' value='230115' />
<tag id='9c' value='00' />
<tag id='9f26' value='DB24F9744F5ACA5D' />
<tag id='9f02' value='000000001200' />
<tag id='9f66' value='24804000' />
<tag id='82' value='2000' />
<tag id='84' value='A0000000031010' />
<tag id='87' value='02' />
</tlvlist>
In the switch specifications there is no existence for the first two tags "2 , 4"
The terminal send the icc related data DE55 Encrypted , the switch needs it to be sent Decrypted , when i tries to list the tags of this DE55 sample , i find these two unknown tags , although there are some tags isn` t listed there as i were expecting but after looking carefully i found that the values of the tags iam expecting are part of the two unknown tags
do i need to somehow decode these two unknown tags "2" ,"4" or i need to decode the whole DE55 in another way ?
Thanks in advance