| Package | Description |
|---|---|
| com.amazonaws.services.paymentcryptographydata.model |
| Modifier and Type | Method and Description |
|---|---|
DukptEncryptionAttributes |
DukptEncryptionAttributes.clone() |
DukptEncryptionAttributes |
ReEncryptionAttributes.getDukpt() |
DukptEncryptionAttributes |
EncryptionDecryptionAttributes.getDukpt() |
DukptEncryptionAttributes |
DukptEncryptionAttributes.withDukptKeyDerivationType(DukptDerivationType dukptKeyDerivationType)
The key type encrypted using DUKPT from a Base Derivation Key (BDK) and Key Serial Number (KSN).
|
DukptEncryptionAttributes |
DukptEncryptionAttributes.withDukptKeyDerivationType(String dukptKeyDerivationType)
The key type encrypted using DUKPT from a Base Derivation Key (BDK) and Key Serial Number (KSN).
|
DukptEncryptionAttributes |
DukptEncryptionAttributes.withDukptKeyVariant(DukptKeyVariant dukptKeyVariant)
The type of use of DUKPT, which can be incoming data decryption, outgoing data encryption, or both.
|
DukptEncryptionAttributes |
DukptEncryptionAttributes.withDukptKeyVariant(String dukptKeyVariant)
The type of use of DUKPT, which can be incoming data decryption, outgoing data encryption, or both.
|
DukptEncryptionAttributes |
DukptEncryptionAttributes.withInitializationVector(String initializationVector)
An input used to provide the intial state.
|
DukptEncryptionAttributes |
DukptEncryptionAttributes.withKeySerialNumber(String keySerialNumber)
The unique identifier known as Key Serial Number (KSN) that comes from an encrypting device using DUKPT
encryption method.
|
DukptEncryptionAttributes |
DukptEncryptionAttributes.withMode(DukptEncryptionMode mode)
The block cipher method to use for encryption.
|
DukptEncryptionAttributes |
DukptEncryptionAttributes.withMode(String mode)
The block cipher method to use for encryption.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReEncryptionAttributes.setDukpt(DukptEncryptionAttributes dukpt) |
void |
EncryptionDecryptionAttributes.setDukpt(DukptEncryptionAttributes dukpt) |
ReEncryptionAttributes |
ReEncryptionAttributes.withDukpt(DukptEncryptionAttributes dukpt) |
EncryptionDecryptionAttributes |
EncryptionDecryptionAttributes.withDukpt(DukptEncryptionAttributes dukpt) |
Copyright © 2025. All rights reserved.