Uses of Class
software.amazon.awssdk.services.paymentcryptographydata.model.DukptEncryptionAttributes
-
Packages that use DukptEncryptionAttributes Package Description software.amazon.awssdk.services.paymentcryptographydata.model -
-
Uses of DukptEncryptionAttributes in software.amazon.awssdk.services.paymentcryptographydata.model
Methods in software.amazon.awssdk.services.paymentcryptographydata.model that return DukptEncryptionAttributes Modifier and Type Method Description DukptEncryptionAttributesEncryptionDecryptionAttributes. dukpt()Returns the value of the Dukpt property for this object.DukptEncryptionAttributesReEncryptionAttributes. dukpt()Returns the value of the Dukpt property for this object.Methods in software.amazon.awssdk.services.paymentcryptographydata.model with parameters of type DukptEncryptionAttributes Modifier and Type Method Description EncryptionDecryptionAttributes.BuilderEncryptionDecryptionAttributes.Builder. dukpt(DukptEncryptionAttributes dukpt)Sets the value of the Dukpt property for this object.ReEncryptionAttributes.BuilderReEncryptionAttributes.Builder. dukpt(DukptEncryptionAttributes dukpt)Sets the value of the Dukpt property for this object.static EncryptionDecryptionAttributesEncryptionDecryptionAttributes. fromDukpt(DukptEncryptionAttributes dukpt)Create an instance of this class withEncryptionDecryptionAttributes.dukpt()initialized to the given value.static ReEncryptionAttributesReEncryptionAttributes. fromDukpt(DukptEncryptionAttributes dukpt)Create an instance of this class withReEncryptionAttributes.dukpt()initialized to the given value.
-