Interface MacAlgorithmDukpt.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<MacAlgorithmDukpt.Builder,MacAlgorithmDukpt>,SdkBuilder<MacAlgorithmDukpt.Builder,MacAlgorithmDukpt>,SdkPojo
- Enclosing class:
- MacAlgorithmDukpt
public static interface MacAlgorithmDukpt.Builder extends SdkPojo, CopyableBuilder<MacAlgorithmDukpt.Builder,MacAlgorithmDukpt>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MacAlgorithmDukpt.BuilderdukptDerivationType(String dukptDerivationType)The key type derived using DUKPT from a Base Derivation Key (BDK) and Key Serial Number (KSN).MacAlgorithmDukpt.BuilderdukptDerivationType(DukptDerivationType dukptDerivationType)The key type derived using DUKPT from a Base Derivation Key (BDK) and Key Serial Number (KSN).MacAlgorithmDukpt.BuilderdukptKeyVariant(String dukptKeyVariant)The type of use of DUKPT, which can be MAC generation, MAC verification, or both.MacAlgorithmDukpt.BuilderdukptKeyVariant(DukptKeyVariant dukptKeyVariant)The type of use of DUKPT, which can be MAC generation, MAC verification, or both.MacAlgorithmDukpt.BuilderkeySerialNumber(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, sdkFields
-
-
-
-
Method Detail
-
dukptDerivationType
MacAlgorithmDukpt.Builder dukptDerivationType(String dukptDerivationType)
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_128as a derivation type for a BDK ofAES_128orTDES_2KEY.- Parameters:
dukptDerivationType- 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_128as a derivation type for a BDK ofAES_128orTDES_2KEY.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DukptDerivationType,DukptDerivationType
-
dukptDerivationType
MacAlgorithmDukpt.Builder dukptDerivationType(DukptDerivationType dukptDerivationType)
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_128as a derivation type for a BDK ofAES_128orTDES_2KEY.- Parameters:
dukptDerivationType- 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_128as a derivation type for a BDK ofAES_128orTDES_2KEY.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DukptDerivationType,DukptDerivationType
-
dukptKeyVariant
MacAlgorithmDukpt.Builder dukptKeyVariant(String dukptKeyVariant)
The type of use of DUKPT, which can be MAC generation, MAC verification, or both.
- Parameters:
dukptKeyVariant- The type of use of DUKPT, which can be MAC generation, MAC verification, or both.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DukptKeyVariant,DukptKeyVariant
-
dukptKeyVariant
MacAlgorithmDukpt.Builder dukptKeyVariant(DukptKeyVariant dukptKeyVariant)
The type of use of DUKPT, which can be MAC generation, MAC verification, or both.
- Parameters:
dukptKeyVariant- The type of use of DUKPT, which can be MAC generation, MAC verification, or both.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DukptKeyVariant,DukptKeyVariant
-
keySerialNumber
MacAlgorithmDukpt.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.
- 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.
-
-