public static interface DukptDerivationAttributes.Builder extends SdkPojo, CopyableBuilder<DukptDerivationAttributes.Builder,DukptDerivationAttributes>
| Modifier and Type | Method and Description |
|---|---|
DukptDerivationAttributes.Builder |
dukptKeyDerivationType(DukptDerivationType dukptKeyDerivationType)
The key type derived using DUKPT from a Base Derivation Key (BDK) and Key Serial Number (KSN).
|
DukptDerivationAttributes.Builder |
dukptKeyDerivationType(String dukptKeyDerivationType)
The key type derived using DUKPT from a Base Derivation Key (BDK) and Key Serial Number (KSN).
|
DukptDerivationAttributes.Builder |
dukptKeyVariant(DukptKeyVariant dukptKeyVariant)
The type of use of DUKPT, which can be for incoming data decryption, outgoing data encryption, or both.
|
DukptDerivationAttributes.Builder |
dukptKeyVariant(String dukptKeyVariant)
The type of use of DUKPT, which can be for incoming data decryption, outgoing data encryption, or both.
|
DukptDerivationAttributes.Builder |
keySerialNumber(String keySerialNumber)
The unique identifier known as Key Serial Number (KSN) that comes from an encrypting device using DUKPT
encryption method.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDukptDerivationAttributes.Builder dukptKeyDerivationType(String dukptKeyDerivationType)
The key type derived 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 derived 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,
DukptDerivationTypeDukptDerivationAttributes.Builder dukptKeyDerivationType(DukptDerivationType dukptKeyDerivationType)
The key type derived 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 derived 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,
DukptDerivationTypeDukptDerivationAttributes.Builder dukptKeyVariant(String dukptKeyVariant)
The type of use of DUKPT, which can be for incoming data decryption, outgoing data encryption, or both.
dukptKeyVariant - The type of use of DUKPT, which can be for incoming data decryption, outgoing data encryption, or
both.DukptKeyVariant,
DukptKeyVariantDukptDerivationAttributes.Builder dukptKeyVariant(DukptKeyVariant dukptKeyVariant)
The type of use of DUKPT, which can be for incoming data decryption, outgoing data encryption, or both.
dukptKeyVariant - The type of use of DUKPT, which can be for incoming data decryption, outgoing data encryption, or
both.DukptKeyVariant,
DukptKeyVariantDukptDerivationAttributes.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.Copyright © 2023. All rights reserved.