Skip to content

/AWS1/CL_PCDENCDECRYPTIONATTRS

Parameters that are required to perform encryption and decryption operations.

CONSTRUCTOR

IMPORTING

Optional arguments:

io_symmetric TYPE REF TO /AWS1/CL_PCDSYMMETRICENCATTRS /AWS1/CL_PCDSYMMETRICENCATTRS

Parameters that are required to perform encryption and decryption using symmetric keys.

io_asymmetric TYPE REF TO /AWS1/CL_PCDASYMMETRICENCATTRS /AWS1/CL_PCDASYMMETRICENCATTRS

Parameters for plaintext encryption using asymmetric keys.

io_dukpt TYPE REF TO /AWS1/CL_PCDDUKPTENCATTRIBUTES /AWS1/CL_PCDDUKPTENCATTRIBUTES

Parameters that are required to encrypt plaintext data using DUKPT.

io_emv TYPE REF TO /AWS1/CL_PCDEMVENCATTRIBUTES /AWS1/CL_PCDEMVENCATTRIBUTES

Parameters for plaintext encryption using EMV keys.


Queryable Attributes

Symmetric

Parameters that are required to perform encryption and decryption using symmetric keys.

Accessible with the following methods

Method Description
GET_SYMMETRIC() Getter for SYMMETRIC

Asymmetric

Parameters for plaintext encryption using asymmetric keys.

Accessible with the following methods

Method Description
GET_ASYMMETRIC() Getter for ASYMMETRIC

Dukpt

Parameters that are required to encrypt plaintext data using DUKPT.

Accessible with the following methods

Method Description
GET_DUKPT() Getter for DUKPT

Emv

Parameters for plaintext encryption using EMV keys.

Accessible with the following methods

Method Description
GET_EMV() Getter for EMV