@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExportDukptInitialKey extends Object implements Serializable, Cloneable, StructuredPojo
Parameter information for IPEK generation during export.
Constructor and Description |
---|
ExportDukptInitialKey() |
Modifier and Type | Method and Description |
---|---|
ExportDukptInitialKey |
clone() |
boolean |
equals(Object obj) |
String |
getKeySerialNumber()
The KSN for IPEK generation using DUKPT.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setKeySerialNumber(String keySerialNumber)
The KSN for IPEK generation using DUKPT.
|
String |
toString()
Returns a string representation of this object.
|
ExportDukptInitialKey |
withKeySerialNumber(String keySerialNumber)
The KSN for IPEK generation using DUKPT.
|
public void setKeySerialNumber(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.
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.
public String getKeySerialNumber()
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.
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.
public ExportDukptInitialKey withKeySerialNumber(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.
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.
public String toString()
toString
in class Object
Object.toString()
public ExportDukptInitialKey clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.