APDU read file java card program
问题 i made java card classic applet using netbeans when i program the read operation i check for the first byte in the APDU to be 0x80 then the second to be 0xB0 then take the offset that i will read from in the file from the byte 2 and 3 then take the number of bytes to be read from byte 4 to be the APDU as the default one 0x80 0xB0 0x00 0x03 0x60 this read 60 bytes from the current file starting by offset number 3 when i try this command it returned error Input data length != Lc around line 12