What are the requirements for IssuerScripts

不问归期 提交于 2019-12-08 06:11:49

问题


I am totally stumped about Issuer Scripts in EMV. I know what they are and I have read the EMV book 3. I was wondering if anyone has a good summary that tells me:

  1. Parse the script based on "86".
  2. Then based upon some values do this or that.

Thanks


回答1:


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.



来源:https://stackoverflow.com/questions/34002869/what-are-the-requirements-for-issuerscripts

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