What are the requirements for IssuerScripts

北战南征 提交于 2019-12-07 03:45:28

Content of EMV TAG 0x86 is ready to use APDU command for the smartcard. It could be any of EMV or ISO 7816 Commands actually and should be translated to smartcard thru EMV terminal application/kernel without additional modifications.

Here are usual APDU Instructions (INS) for Issuer scripts:

- 16: EMV, Card Block
- 18: EMV, Application Unblock
- 1E: EMV, Application Block
- 24: EMV, Pin Change/Unblock
- DC: ISO 7816-4, Update Record

Please keep in mind that Message Authentication Code (MAC) data component used in the APDU Command to protect(sign) the command body.

The Commands descriptions you can find in EMV Book 3 and in the ISO 7816-4.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!