EncryptionDecryptionAttributes
Parameters that are required to perform encryption and decryption operations.
Inheritors
Types
Parameters for plaintext encryption using asymmetric keys.
Parameters that are required to encrypt plaintext data using DUKPT.
Parameters for plaintext encryption using EMV keys.
Parameters that are required to perform encryption and decryption using symmetric keys.
Functions
Casts this EncryptionDecryptionAttributes as a Asymmetric and retrieves its aws.sdk.kotlin.services.paymentcryptographydata.model.AsymmetricEncryptionAttributes value. Throws an exception if the EncryptionDecryptionAttributes is not a Asymmetric.
Casts this EncryptionDecryptionAttributes as a Asymmetric and retrieves its aws.sdk.kotlin.services.paymentcryptographydata.model.AsymmetricEncryptionAttributes value. Returns null if the EncryptionDecryptionAttributes is not a Asymmetric.
Casts this EncryptionDecryptionAttributes as a Dukpt and retrieves its aws.sdk.kotlin.services.paymentcryptographydata.model.DukptEncryptionAttributes value. Throws an exception if the EncryptionDecryptionAttributes is not a Dukpt.
Casts this EncryptionDecryptionAttributes as a Dukpt and retrieves its aws.sdk.kotlin.services.paymentcryptographydata.model.DukptEncryptionAttributes value. Returns null if the EncryptionDecryptionAttributes is not a Dukpt.
Casts this EncryptionDecryptionAttributes as a Emv and retrieves its aws.sdk.kotlin.services.paymentcryptographydata.model.EmvEncryptionAttributes value. Throws an exception if the EncryptionDecryptionAttributes is not a Emv.
Casts this EncryptionDecryptionAttributes as a Emv and retrieves its aws.sdk.kotlin.services.paymentcryptographydata.model.EmvEncryptionAttributes value. Returns null if the EncryptionDecryptionAttributes is not a Emv.
Casts this EncryptionDecryptionAttributes as a Symmetric and retrieves its aws.sdk.kotlin.services.paymentcryptographydata.model.SymmetricEncryptionAttributes value. Throws an exception if the EncryptionDecryptionAttributes is not a Symmetric.
Casts this EncryptionDecryptionAttributes as a Symmetric and retrieves its aws.sdk.kotlin.services.paymentcryptographydata.model.SymmetricEncryptionAttributes value. Returns null if the EncryptionDecryptionAttributes is not a Symmetric.