简体   繁体   English

加载多个 AID 配置

[英]Load multiple AID configuration

Is it possible to load multiple AID configurations for the same AID on the terminal/POS, one for chip and one for contactless cards?是否可以在终端/POS 上为同一个 AID 加载多个 AID 配置,一个用于芯片,一个用于非接触式卡? If so, how can the card determine which one to use?如果是这样,该卡如何确定使用哪一张?

Example: for a Mastercard (A0000000041010) set different terminal floor limits, different TAC, and so on.示例:为万事达卡 (A0000000041010) 设置不同的终端下限、不同的 TAC 等。

Many parameters are depending on device capabilities, used CVMs, transaction environment, etc. Those are usually different for contact and contactless and you set them for kernels individually.许多参数取决于设备功能、使用的 CVM、交易环境等。对于接触式和非接触式,这些通常是不同的,您可以为内核单独设置它们。 The card does not need to know the difference, the selected kernel for this interface and this particular transaction will know which of the configurations should be used (AID and transaction initiation interface may not be the only differentiators).卡不需要知道区别,选择kernel这个接口和这个特定的交易会知道应该使用哪个配置(AID和交易发起接口可能不是唯一的区别)。

The answer to your question is not generic and does not apply to all terminals.您的问题的答案不是通用的,并不适用于所有终端。 There are different ways of configuring parameters for different vendors.对于不同的供应商,有不同的配置参数的方法。 Some use API interface you set before transaction, some use callbacks during transaction, some use files and there is multitude of formats.有的使用事务前设置的API接口,有的在事务中使用回调,有的使用文件,格式繁多。 There is no standard for a way how configuration is supplied to the kernel and you need to refer to your vendor documentation for the answer.对于如何向 kernel 提供配置的方式没有标准,您需要参考供应商文档以获取答案。

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

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