/AWS1/CL_PCDVERIFYAUTHREQCRY01¶
VerifyAuthRequestCryptogramOutput
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_keyarn TYPE /AWS1/PCDKEYARN /AWS1/PCDKEYARN¶
The
keyARNof the major encryption key that Amazon Web Services Payment Cryptography uses for ARQC verification.
iv_keycheckvalue TYPE /AWS1/PCDKEYCHECKVALUE /AWS1/PCDKEYCHECKVALUE¶
The key check value (KCV) of the encryption key. The KCV is used to check if all parties holding a given key have the same key or to detect that a key has changed.
Amazon Web Services Payment Cryptography computes the KCV according to the CMAC specification.
Optional arguments:¶
iv_authresponsevalue TYPE /AWS1/PCDAUTHRESPONSEVALUETYPE /AWS1/PCDAUTHRESPONSEVALUETYPE¶
The result for ARQC verification or ARPC generation within Amazon Web Services Payment Cryptography.
Queryable Attributes¶
KeyArn¶
The
keyARNof the major encryption key that Amazon Web Services Payment Cryptography uses for ARQC verification.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KEYARN() |
Getter for KEYARN, with configurable default |
ASK_KEYARN() |
Getter for KEYARN w/ exceptions if field has no value |
HAS_KEYARN() |
Determine if KEYARN has a value |
KeyCheckValue¶
The key check value (KCV) of the encryption key. The KCV is used to check if all parties holding a given key have the same key or to detect that a key has changed.
Amazon Web Services Payment Cryptography computes the KCV according to the CMAC specification.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KEYCHECKVALUE() |
Getter for KEYCHECKVALUE, with configurable default |
ASK_KEYCHECKVALUE() |
Getter for KEYCHECKVALUE w/ exceptions if field has no value |
HAS_KEYCHECKVALUE() |
Determine if KEYCHECKVALUE has a value |
AuthResponseValue¶
The result for ARQC verification or ARPC generation within Amazon Web Services Payment Cryptography.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AUTHRESPONSEVALUE() |
Getter for AUTHRESPONSEVALUE, with configurable default |
ASK_AUTHRESPONSEVALUE() |
Getter for AUTHRESPONSEVALUE w/ exceptions if field has no v |
HAS_AUTHRESPONSEVALUE() |
Determine if AUTHRESPONSEVALUE has a value |