Get the data field of the response APDU as a string or integer
Posted: Tue Mar 15, 2016 5:26 am
Does anyone tell me how to extract the data field of the response APDU as a string or integer?
JavaCardOS - JavaCardForum
http://www.javacardos.com/javacardforum/
http://www.javacardos.com/javacardforum/viewtopic.php?f=15&t=611
Code: Select all
ResponseAPDU response = channel.transmit(new CommandAPDU(myAPDUArray));
response.getData() // to get data
response.getSW() // to get the status word