![]() |
IDTech iOS SDK Guide
1.1.166.045
API reference for NEO2
|
#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. | |
Certificate Authority Public Key
Used as parameter in IDT_BTPay::emv_retrieveCAPK:response:(), IDT_BTPay::emv_removeCAPK:(), IDT_BTPay::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:()