ReEncryptionAttributes
Parameters that are required to perform reencryption operation.
Inheritors
Types
Functions
Casts this ReEncryptionAttributes as a Dukpt and retrieves its aws.sdk.kotlin.services.paymentcryptographydata.model.DukptEncryptionAttributes value. Throws an exception if the ReEncryptionAttributes is not a Dukpt.
Casts this ReEncryptionAttributes as a Dukpt and retrieves its aws.sdk.kotlin.services.paymentcryptographydata.model.DukptEncryptionAttributes value. Returns null if the ReEncryptionAttributes is not a Dukpt.
Casts this ReEncryptionAttributes as a Symmetric and retrieves its aws.sdk.kotlin.services.paymentcryptographydata.model.SymmetricEncryptionAttributes value. Throws an exception if the ReEncryptionAttributes is not a Symmetric.
Casts this ReEncryptionAttributes as a Symmetric and retrieves its aws.sdk.kotlin.services.paymentcryptographydata.model.SymmetricEncryptionAttributes value. Returns null if the ReEncryptionAttributes is not a Symmetric.