Interface ExportDukptInitialKey.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ExportDukptInitialKey.Builder,,ExportDukptInitialKey> SdkBuilder<ExportDukptInitialKey.Builder,,ExportDukptInitialKey> SdkPojo
- Enclosing class:
 ExportDukptInitialKey
public static interface ExportDukptInitialKey.Builder
extends SdkPojo, CopyableBuilder<ExportDukptInitialKey.Builder,ExportDukptInitialKey> 
- 
Method Summary
Modifier and TypeMethodDescriptionkeySerialNumber(String keySerialNumber) The KSN for IPEK generation using DUKPT.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
keySerialNumber
The KSN for IPEK generation using DUKPT.
KSN must be padded before sending to Amazon Web Services Payment Cryptography. KSN hex length should be 20 for a TDES_2KEY key or 24 for an AES key.
- Parameters:
 keySerialNumber- The KSN for IPEK generation using DUKPT.KSN must be padded before sending to Amazon Web Services Payment Cryptography. KSN hex length should be 20 for a TDES_2KEY key or 24 for an AES key.
- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -