Interface DukptAttributes.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<DukptAttributes.Builder,,- DukptAttributes> - SdkBuilder<DukptAttributes.Builder,,- DukptAttributes> - SdkPojo
- Enclosing class:
- DukptAttributes
@Mutable
@NotThreadSafe
public static interface DukptAttributes.Builder
extends SdkPojo, CopyableBuilder<DukptAttributes.Builder,DukptAttributes> 
- 
Method SummaryModifier and TypeMethodDescriptiondukptDerivationType(String dukptDerivationType) The key type derived using DUKPT from a Base Derivation Key (BDK) and Key Serial Number (KSN).dukptDerivationType(DukptDerivationType dukptDerivationType) The key type derived using DUKPT from a Base Derivation Key (BDK) and Key Serial Number (KSN).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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
keySerialNumberThe 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.
 
- 
dukptDerivationTypeThe 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 use- AES_128as a derivation type for a BDK of- AES_128or- TDES_2KEY.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
dukptDerivationTypeThe 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 use- AES_128as a derivation type for a BDK of- AES_128or- TDES_2KEY.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-