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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExportDukptInitialKey.BuilderkeySerialNumber(String keySerialNumber)The KSN for IPEK generation using DUKPT.-
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
-
keySerialNumber
ExportDukptInitialKey.Builder keySerialNumber(String 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.
-
-