Find the data back in Buffer
Posted: Fri May 26, 2017 11:05 pm
I have a problem about APDU buffer. When I select my applet, there are "CLA INS P1 P2 Lc Data" in the buffer, but when I tried to check the PIN code, this buffer array didn't have my PIN code in the data field. I only got "CLA INS P1 P2 Le". Why didn't it contain my PIN code? Need I do other operation to get this?
Code: Select all
byte[] buffer = apdu.getBuffer();