简体   繁体   English

万事达卡EMV标签9F7E的数据源-应用程序生命周期数据

[英]Data source for MasterCard EMV tag 9F7E - Application Life Cycle Data

I'm working on a profile for MasterCard EMV cards on M/Chip Select 4 version 1.1a, and I need some help understanding the data elements for the 9F7E (Application Life Cycle Data) tag value. 我正在为M / Chip Select 4版本1.1a上的MasterCard EMV卡配置文件,我需要一些帮助来了解9F7E(应用程序生命周期数据)标签值的数据元素。 Unfortunately, the MasterCard manuals do not explain this tag's purpose nor the corresponding data elements very well. 不幸的是,万事达卡手册没有很好地解释该标签的用途,也没有很好地解释相应的数据元素。

I understand from the manuals that the first byte is for the version number - easy enough. 我从手册中了解到,第一个字节用于版本号-很容易。 However, the other 47 bytes represent data elements I'm not familiar with, such as "Type Approval ID", "Application Issuer ID", and "Application Code ID." 但是,其他47个字节代表我不熟悉的数据元素,例如“类型批准ID”,“应用程序颁发者ID”和“应用程序代码ID”。

Are these data values generated during transaction processing, or are they static values residing on the card? 这些数据值是在交易处理期间生成的,还是卡上的静态值?

M-Chip tag 0x9F7E " Application Life Cycle Data " is static , comes from Issuer , used at the contact card profile personalisation . M-Chip标签0x9F7E应用程序生命周期数据 ”是静态的 ,来自Issuer ,用于个人名片配置文件的个性化设置

"Depending on the possible separation between the loading of the application code and the personalization data on the hardware, only part of the Application Life Cycle Data may be personalized". “取决于应用程序代码的加载与硬件上的个性化数据之间可能的分隔,只能对应用程序生命周期数据的一部分进行个性化”。

For test reason any dummy data could be set in this tag if you have no cases to check the content at the terminal. 出于测试原因,如果您没有任何情况可以在终端上检查内容,则可以在此标签中设置任何伪数据。

As per my experience, we only need to personalize start 8 byte where first byte tells about master card version ( select or advance) 03 for select , 04 for advance. 根据我的经验,我们只需要个性化开始的8个字节,其中第一个字节说明主卡版本(选择或升级)03表示select,04表示提前。

In my case, rest 7 byte I got from chip vendor. 就我而言,剩下的7个字节是我从芯片供应商那里获得的。

Some cards needs full data during personalization of DGI, here need to put dummy data, some cards only need 8 byte of data , rest work is done by card itself. 有些卡在DGI个性化期间需要完整的数据,这里需要放置虚拟数据,有些卡只需要8字节的数据,其余工作由卡本身完成。

Hope it helps.. 希望能帮助到你..

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM