Java Card - CLA byte value
Hello All,
I am trying to modify & run the sample Wallet example. However it gives me different results when I use different CLA values..
If CLA =0x80 and I send the following APDU to get the balance
80 50 00 00 02// It gives me correct reponse 00 00 90 00
However, If I modify the code and use CLA=0x90 and send the following APDU: 90 50 00 00 02// It sends me response 6C 02
Where is the problem? If I am not wrong, 6C XX means Wrong length with XX denoting the correct length. What should be the command APDU I should send in this case.
Please Help.
Cheers,
Shivam

