Interface DukptDerivationAttributes.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DukptDerivationAttributes.Builder,
,DukptDerivationAttributes> SdkBuilder<DukptDerivationAttributes.Builder,
,DukptDerivationAttributes> SdkPojo
- Enclosing class:
DukptDerivationAttributes
-
Method Summary
Modifier and TypeMethodDescriptiondukptKeyDerivationType
(String dukptKeyDerivationType) The key type derived using DUKPT from a Base Derivation Key (BDK) and Key Serial Number (KSN).dukptKeyDerivationType
(DukptDerivationType dukptKeyDerivationType) The key type derived using DUKPT from a Base Derivation Key (BDK) and Key Serial Number (KSN).dukptKeyVariant
(String dukptKeyVariant) The type of use of DUKPT, which can be for incoming data decryption, outgoing data encryption, or both.dukptKeyVariant
(DukptKeyVariant dukptKeyVariant) The type of use of DUKPT, which can be for incoming data decryption, outgoing data encryption, or both.keySerialNumber
(String keySerialNumber) The unique identifier known as Key Serial Number (KSN) that comes from an encrypting device using DUKPT encryption method.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 ofAES_128
orTDES_2KEY
- Parameters:
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 useAES_128
as a derivation type for a BDK ofAES_128
orTDES_2KEY
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dukptKeyDerivationType
DukptDerivationAttributes.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 ofAES_128
orTDES_2KEY
- Parameters:
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 useAES_128
as a derivation type for a BDK ofAES_128
orTDES_2KEY
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dukptKeyVariant
The type of use of DUKPT, which can be for incoming data decryption, outgoing data encryption, or both.
- Parameters:
dukptKeyVariant
- The type of use of DUKPT, which can be for incoming data decryption, outgoing data encryption, or both.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dukptKeyVariant
The type of use of DUKPT, which can be for incoming data decryption, outgoing data encryption, or both.
- Parameters:
dukptKeyVariant
- The type of use of DUKPT, which can be for incoming data decryption, outgoing data encryption, or both.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-