/AWS1/CL_PCDGENERATEPINDATAOUT¶
GeneratePinDataOutput
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_generationkeyarn TYPE /AWS1/PCDKEYARN /AWS1/PCDKEYARN¶
The
keyARNof the pin data generation key that Amazon Web Services Payment Cryptography uses for PIN, PVV or PIN Offset generation.
iv_generationkeycheckvalue 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.
iv_encryptionkeyarn TYPE /AWS1/PCDKEYARN /AWS1/PCDKEYARN¶
The
keyARNof the PEK that Amazon Web Services Payment Cryptography uses for encrypted pin block generation. For ECDH, it is thekeyARNof the asymmetric ECC key.
iv_encryptionkeycheckvalue 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.
iv_encryptedpinblock TYPE /AWS1/PCDENCRYPTEDPINBLOCKTYPE /AWS1/PCDENCRYPTEDPINBLOCKTYPE¶
The PIN block encrypted under PEK from Amazon Web Services Payment Cryptography. The encrypted PIN block is a composite of PAN (Primary Account Number) and PIN (Personal Identification Number), generated in accordance with ISO 9564 standard.
io_pindata TYPE REF TO /AWS1/CL_PCDPINDATA /AWS1/CL_PCDPINDATA¶
The attributes and values Amazon Web Services Payment Cryptography uses for pin data generation.
Queryable Attributes¶
GenerationKeyArn¶
The
keyARNof the pin data generation key that Amazon Web Services Payment Cryptography uses for PIN, PVV or PIN Offset generation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GENERATIONKEYARN() |
Getter for GENERATIONKEYARN, with configurable default |
ASK_GENERATIONKEYARN() |
Getter for GENERATIONKEYARN w/ exceptions if field has no va |
HAS_GENERATIONKEYARN() |
Determine if GENERATIONKEYARN has a value |
GenerationKeyCheckValue¶
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_GENERATIONKEYCHECKVALUE() |
Getter for GENERATIONKEYCHECKVALUE, with configurable defaul |
ASK_GENERATIONKEYCHECKVALUE() |
Getter for GENERATIONKEYCHECKVALUE w/ exceptions if field ha |
HAS_GENERATIONKEYCHECKVALUE() |
Determine if GENERATIONKEYCHECKVALUE has a value |
EncryptionKeyArn¶
The
keyARNof the PEK that Amazon Web Services Payment Cryptography uses for encrypted pin block generation. For ECDH, it is thekeyARNof the asymmetric ECC key.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENCRYPTIONKEYARN() |
Getter for ENCRYPTIONKEYARN, with configurable default |
ASK_ENCRYPTIONKEYARN() |
Getter for ENCRYPTIONKEYARN w/ exceptions if field has no va |
HAS_ENCRYPTIONKEYARN() |
Determine if ENCRYPTIONKEYARN has a value |
EncryptionKeyCheckValue¶
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_ENCRYPTIONKEYCHECKVALUE() |
Getter for ENCRYPTIONKEYCHECKVALUE, with configurable defaul |
ASK_ENCRYPTIONKEYCHECKVALUE() |
Getter for ENCRYPTIONKEYCHECKVALUE w/ exceptions if field ha |
HAS_ENCRYPTIONKEYCHECKVALUE() |
Determine if ENCRYPTIONKEYCHECKVALUE has a value |
EncryptedPinBlock¶
The PIN block encrypted under PEK from Amazon Web Services Payment Cryptography. The encrypted PIN block is a composite of PAN (Primary Account Number) and PIN (Personal Identification Number), generated in accordance with ISO 9564 standard.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENCRYPTEDPINBLOCK() |
Getter for ENCRYPTEDPINBLOCK, with configurable default |
ASK_ENCRYPTEDPINBLOCK() |
Getter for ENCRYPTEDPINBLOCK w/ exceptions if field has no v |
HAS_ENCRYPTEDPINBLOCK() |
Determine if ENCRYPTEDPINBLOCK has a value |
PinData¶
The attributes and values Amazon Web Services Payment Cryptography uses for pin data generation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PINDATA() |
Getter for PINDATA |