13.4 CAKey Struct Reference 81
13.3.1 Detailed Description
device AID File - 571 bytes
Used as parameter in IDT_BTPay::emv_setApplicationData:()
Used as return value of aidResponse in IDT_BTPay::emv_retrieveApplicationData:response:()
The documentation for this struct was generated from the following file:
• Source_iOS/IDTCommon.h
13.4 CAKey Struct Reference
#include <IDTCommon.h>
Public Attributes
• unsigned char hashAlgorithm
Hash Algorithm 0x01 = SHA-1.
• unsigned char encryptionAlgorithm
Encryption Algorithm 0x01 = RSA.
• unsigned char rid [5]
As per payment networks definition.
• unsigned char index
As per payment networks definition.
• unsigned char exponentLength
Length of exponent. 0x01 or 0x03 as per EMV specs.
• unsigned char keyLength
Length of key. max 248 bytes as per EMV specs.
• unsigned char exponent [3]
CA Public Key Exponent.
• unsigned char key [248]
CA Public Key.
13.4.1 Detailed Description
Certificate Authority Public Key
Used as parameter in IDT_BTPay::emv_retrieveCAPK:response:(), IDT_BTPay::emv_removeCAPK:(), IDT_B←-
TPay::emv_setCAPK:(), IDT_UniPay::emv_retrieveCAPK:response:(), IDT_UniPay::emv_removeCAPK:(), IDT_←-
UniPay::emv_setCAPK:()
Used as return value in IDT_BTPay::emv_retrieveCAPK:response:() IDT_UniPay::emv_retrieveCAPK:response:()
The documentation for this struct was generated from the following file:
• Source_iOS/IDTCommon.h
13.5 CRLEntry Struct Reference
#include <IDTCommon.h>
IDTech iOS SDK Guide for NEO2 #80152802-001