| Package | Description |
|---|---|
| software.amazon.awssdk.services.paymentcryptographydata.model |
| Modifier and Type | Method and Description |
|---|---|
DukptEncryptionAttributes |
ReEncryptionAttributes.dukpt()
Returns the value of the Dukpt property for this object.
|
DukptEncryptionAttributes |
EncryptionDecryptionAttributes.dukpt()
Returns the value of the Dukpt property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
ReEncryptionAttributes.Builder |
ReEncryptionAttributes.Builder.dukpt(DukptEncryptionAttributes dukpt)
Sets the value of the Dukpt property for this object.
|
EncryptionDecryptionAttributes.Builder |
EncryptionDecryptionAttributes.Builder.dukpt(DukptEncryptionAttributes dukpt)
Sets the value of the Dukpt property for this object.
|
static ReEncryptionAttributes |
ReEncryptionAttributes.fromDukpt(DukptEncryptionAttributes dukpt)
Create an instance of this class with
ReEncryptionAttributes.dukpt() initialized to the given value. |
static EncryptionDecryptionAttributes |
EncryptionDecryptionAttributes.fromDukpt(DukptEncryptionAttributes dukpt)
Create an instance of this class with
EncryptionDecryptionAttributes.dukpt() initialized to the given value. |
Copyright © 2023. All rights reserved.