@Generated(value="software.amazon.awssdk:codegen") public final class GeneratePinDataRequest extends PaymentCryptographyDataRequest implements ToCopyableBuilder<GeneratePinDataRequest.Builder,GeneratePinDataRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GeneratePinDataRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GeneratePinDataRequest.Builder |
builder() |
String |
encryptionKeyIdentifier()
The
keyARN of the PEK that Amazon Web Services Payment Cryptography uses to encrypt the PIN Block. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
PinGenerationAttributes |
generationAttributes()
The attributes and values to use for PIN, PVV, or PIN Offset generation.
|
String |
generationKeyIdentifier()
The
keyARN of the PEK that Amazon Web Services Payment Cryptography uses for pin data generation. |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
PinBlockFormatForPinData |
pinBlockFormat()
The PIN encoding format for pin data generation as specified in ISO 9564.
|
String |
pinBlockFormatAsString()
The PIN encoding format for pin data generation as specified in ISO 9564.
|
Integer |
pinDataLength()
The length of PIN under generation.
|
String |
primaryAccountNumber()
The Primary Account Number (PAN), a unique identifier for a payment credit or debit card that associates the card
with a specific account holder.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GeneratePinDataRequest.Builder> |
serializableBuilderClass() |
GeneratePinDataRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String encryptionKeyIdentifier()
The keyARN of the PEK that Amazon Web Services Payment Cryptography uses to encrypt the PIN Block.
keyARN of the PEK that Amazon Web Services Payment Cryptography uses to encrypt the PIN
Block.public final PinGenerationAttributes generationAttributes()
The attributes and values to use for PIN, PVV, or PIN Offset generation.
public final String generationKeyIdentifier()
The keyARN of the PEK that Amazon Web Services Payment Cryptography uses for pin data generation.
keyARN of the PEK that Amazon Web Services Payment Cryptography uses for pin data
generation.public final PinBlockFormatForPinData pinBlockFormat()
The PIN encoding format for pin data generation as specified in ISO 9564. Amazon Web Services Payment
Cryptography supports ISO_Format_0 and ISO_Format_3.
The ISO_Format_0 PIN block format is equivalent to the ANSI X9.8, VISA-1, and ECI-1 PIN block
formats. It is similar to a VISA-4 PIN block format. It supports a PIN from 4 to 12 digits in length.
The ISO_Format_3 PIN block format is the same as ISO_Format_0 except that the fill
digits are random values from 10 to 15.
If the service returns an enum value that is not available in the current SDK version, pinBlockFormat
will return PinBlockFormatForPinData.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from pinBlockFormatAsString().
ISO_Format_0 and ISO_Format_3.
The ISO_Format_0 PIN block format is equivalent to the ANSI X9.8, VISA-1, and ECI-1 PIN
block formats. It is similar to a VISA-4 PIN block format. It supports a PIN from 4 to 12 digits in
length.
The ISO_Format_3 PIN block format is the same as ISO_Format_0 except that the
fill digits are random values from 10 to 15.
PinBlockFormatForPinDatapublic final String pinBlockFormatAsString()
The PIN encoding format for pin data generation as specified in ISO 9564. Amazon Web Services Payment
Cryptography supports ISO_Format_0 and ISO_Format_3.
The ISO_Format_0 PIN block format is equivalent to the ANSI X9.8, VISA-1, and ECI-1 PIN block
formats. It is similar to a VISA-4 PIN block format. It supports a PIN from 4 to 12 digits in length.
The ISO_Format_3 PIN block format is the same as ISO_Format_0 except that the fill
digits are random values from 10 to 15.
If the service returns an enum value that is not available in the current SDK version, pinBlockFormat
will return PinBlockFormatForPinData.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from pinBlockFormatAsString().
ISO_Format_0 and ISO_Format_3.
The ISO_Format_0 PIN block format is equivalent to the ANSI X9.8, VISA-1, and ECI-1 PIN
block formats. It is similar to a VISA-4 PIN block format. It supports a PIN from 4 to 12 digits in
length.
The ISO_Format_3 PIN block format is the same as ISO_Format_0 except that the
fill digits are random values from 10 to 15.
PinBlockFormatForPinDatapublic final Integer pinDataLength()
The length of PIN under generation.
public final String primaryAccountNumber()
The Primary Account Number (PAN), a unique identifier for a payment credit or debit card that associates the card with a specific account holder.
public GeneratePinDataRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GeneratePinDataRequest.Builder,GeneratePinDataRequest>toBuilder in class PaymentCryptographyDataRequestpublic static GeneratePinDataRequest.Builder builder()
public static Class<? extends GeneratePinDataRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.