![]() |
IDTech iOS/OSX SDK Guide
1.1.052
API reference for BTPay 200
|
#include <IDTCommon.h>
Data Fields | |
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:(), emv_setCAPK: (IDT_BTPay), 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:()