Process method does not receive full APDU command from host?

后端 未结 2 614
夕颜
夕颜 2021-01-14 14:53

The host sends the following command to applet to select EF file

00 A4 02 00 02 40 01

The purpose is to select EF file with ID 40 01<

2条回答
  •  悲哀的现实
    2021-01-14 15:39

    To get data in APDU buffer you need to call apdu.setIncomingAndReceive() and as in EMV specification AID for an applet is 5-16 bytes can't use less than 5 bytes.

提交回复
热议问题