IDTech iOS/OSX SDK Guide  1.1.084
API reference for UniPay 1.5
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.
 

Detailed Description

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:()


The documentation for this struct was generated from the following file: