解析 EMV 9F10 令牌

Parsing EMV 9F10 Token

我在处理完GPO command后收到了下面的IAD,那么我的问题是,9F10 EMV token是如何构造的?这是令牌。

06010A03A020000F04000000000000000000006232E4F9 

我只需要将 CVR 部分发送到获取交换机。

查看密码版本,我认为这是来自 Visa 卡。 TLV 是 9F10 17 06010A03A020000F04000000000000000000006232E4F9 ?

17 is the total length of the data
06 is the length of issuer descretionary data
01 is derivation key index
0A is the cryptogram version (10 in this case ).
03 Length of CVR
A02000 is the CVR here

摘自 EMV 4.3 第 3 册通用核心定义,应用规范,2011 年 11 月,第 206 页,C7.2 CVR 的固定长度为 5 个字节(10 个十六进制字符),即发卡行应用数据的第 4-8 个字节,EMV 标签 9F10。 9F10 的前 3 个字节如下。

b1 the length
b2 derivation key index
b3 the cryptogram version

不过,该字段的格式似乎可能因方案而异。