public static interface DukptEncryptionAttributes.Builder extends SdkPojo, CopyableBuilder<DukptEncryptionAttributes.Builder,DukptEncryptionAttributes>
| Modifier and Type | Method and Description |
|---|---|
DukptEncryptionAttributes.Builder |
dukptKeyDerivationType(DukptDerivationType dukptKeyDerivationType)
The key type encrypted using DUKPT from a Base Derivation Key (BDK) and Key Serial Number (KSN).
|
DukptEncryptionAttributes.Builder |
dukptKeyDerivationType(String dukptKeyDerivationType)
The key type encrypted using DUKPT from a Base Derivation Key (BDK) and Key Serial Number (KSN).
|
DukptEncryptionAttributes.Builder |
dukptKeyVariant(DukptKeyVariant dukptKeyVariant)
The type of use of DUKPT, which can be incoming data decryption, outgoing data encryption, or both.
|
DukptEncryptionAttributes.Builder |
dukptKeyVariant(String dukptKeyVariant)
The type of use of DUKPT, which can be incoming data decryption, outgoing data encryption, or both.
|
DukptEncryptionAttributes.Builder |
initializationVector(String initializationVector)
An input to cryptographic primitive used to provide the intial state.
|
DukptEncryptionAttributes.Builder |
keySerialNumber(String keySerialNumber)
The unique identifier known as Key Serial Number (KSN) that comes from an encrypting device using DUKPT
encryption method.
|
DukptEncryptionAttributes.Builder |
mode(DukptEncryptionMode mode)
The block cipher mode of operation.
|
DukptEncryptionAttributes.Builder |
mode(String mode)
The block cipher mode of operation.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDukptEncryptionAttributes.Builder dukptKeyDerivationType(String dukptKeyDerivationType)
The key type encrypted using DUKPT from a Base Derivation Key (BDK) and Key Serial Number (KSN). This must be
less than or equal to the strength of the BDK. For example, you can't use AES_128 as a
derivation type for a BDK of AES_128 or TDES_2KEY
dukptKeyDerivationType - The key type encrypted using DUKPT from a Base Derivation Key (BDK) and Key Serial Number (KSN). This
must be less than or equal to the strength of the BDK. For example, you can't use AES_128
as a derivation type for a BDK of AES_128 or TDES_2KEYDukptDerivationType,
DukptDerivationTypeDukptEncryptionAttributes.Builder dukptKeyDerivationType(DukptDerivationType dukptKeyDerivationType)
The key type encrypted using DUKPT from a Base Derivation Key (BDK) and Key Serial Number (KSN). This must be
less than or equal to the strength of the BDK. For example, you can't use AES_128 as a
derivation type for a BDK of AES_128 or TDES_2KEY
dukptKeyDerivationType - The key type encrypted using DUKPT from a Base Derivation Key (BDK) and Key Serial Number (KSN). This
must be less than or equal to the strength of the BDK. For example, you can't use AES_128
as a derivation type for a BDK of AES_128 or TDES_2KEYDukptDerivationType,
DukptDerivationTypeDukptEncryptionAttributes.Builder dukptKeyVariant(String dukptKeyVariant)
The type of use of DUKPT, which can be incoming data decryption, outgoing data encryption, or both.
dukptKeyVariant - The type of use of DUKPT, which can be incoming data decryption, outgoing data encryption, or both.DukptKeyVariant,
DukptKeyVariantDukptEncryptionAttributes.Builder dukptKeyVariant(DukptKeyVariant dukptKeyVariant)
The type of use of DUKPT, which can be incoming data decryption, outgoing data encryption, or both.
dukptKeyVariant - The type of use of DUKPT, which can be incoming data decryption, outgoing data encryption, or both.DukptKeyVariant,
DukptKeyVariantDukptEncryptionAttributes.Builder initializationVector(String initializationVector)
An input to cryptographic primitive used to provide the intial state. Typically the
InitializationVector must have a random or psuedo-random value, but sometimes it only needs to
be unpredictable or unique. If you don't provide a value, Amazon Web Services Payment Cryptography generates
a random value.
initializationVector - An input to cryptographic primitive used to provide the intial state. Typically the
InitializationVector must have a random or psuedo-random value, but sometimes it only
needs to be unpredictable or unique. If you don't provide a value, Amazon Web Services Payment
Cryptography generates a random value.DukptEncryptionAttributes.Builder keySerialNumber(String keySerialNumber)
The unique identifier known as Key Serial Number (KSN) that comes from an encrypting device using DUKPT encryption method. The KSN is derived from the encrypting device unique identifier and an internal transaction counter.
keySerialNumber - The unique identifier known as Key Serial Number (KSN) that comes from an encrypting device using
DUKPT encryption method. The KSN is derived from the encrypting device unique identifier and an
internal transaction counter.DukptEncryptionAttributes.Builder mode(String mode)
The block cipher mode of operation. Block ciphers are designed to encrypt a block of data of fixed size, for example, 128 bits. The size of the input block is usually same as the size of the encrypted output block, while the key length can be different. A mode of operation describes how to repeatedly apply a cipher's single-block operation to securely transform amounts of data larger than a block.
The default is CBC.
mode - The block cipher mode of operation. Block ciphers are designed to encrypt a block of data of fixed
size, for example, 128 bits. The size of the input block is usually same as the size of the encrypted
output block, while the key length can be different. A mode of operation describes how to repeatedly
apply a cipher's single-block operation to securely transform amounts of data larger than a block.
The default is CBC.
DukptEncryptionMode,
DukptEncryptionModeDukptEncryptionAttributes.Builder mode(DukptEncryptionMode mode)
The block cipher mode of operation. Block ciphers are designed to encrypt a block of data of fixed size, for example, 128 bits. The size of the input block is usually same as the size of the encrypted output block, while the key length can be different. A mode of operation describes how to repeatedly apply a cipher's single-block operation to securely transform amounts of data larger than a block.
The default is CBC.
mode - The block cipher mode of operation. Block ciphers are designed to encrypt a block of data of fixed
size, for example, 128 bits. The size of the input block is usually same as the size of the encrypted
output block, while the key length can be different. A mode of operation describes how to repeatedly
apply a cipher's single-block operation to securely transform amounts of data larger than a block.
The default is CBC.
DukptEncryptionMode,
DukptEncryptionModeCopyright © 2023. All rights reserved.