@Generated(value="software.amazon.awssdk:codegen") public final class VerifyPinDataRequest extends PaymentCryptographyDataRequest implements ToCopyableBuilder<VerifyPinDataRequest.Builder,VerifyPinDataRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
VerifyPinDataRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static VerifyPinDataRequest.Builder |
builder() |
DukptAttributes |
dukptAttributes()
The attributes and values for the DUKPT encrypted PIN block data.
|
String |
encryptedPinBlock()
The encrypted PIN block data that Amazon Web Services Payment Cryptography verifies.
|
String |
encryptionKeyIdentifier()
The
keyARN of the encryption key under which the PIN block data is encrypted. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<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 being verified.
|
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 VerifyPinDataRequest.Builder> |
serializableBuilderClass() |
VerifyPinDataRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
PinVerificationAttributes |
verificationAttributes()
The attributes and values for PIN data verification.
|
String |
verificationKeyIdentifier()
The
keyARN of the PIN verification key. |
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final DukptAttributes dukptAttributes()
The attributes and values for the DUKPT encrypted PIN block data.
public final String encryptedPinBlock()
The encrypted PIN block data that Amazon Web Services Payment Cryptography verifies.
public final String encryptionKeyIdentifier()
The keyARN of the encryption key under which the PIN block data is encrypted. This key type can be
PEK or BDK.
keyARN of the encryption key under which the PIN block data is encrypted. This key type
can be PEK or BDK.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 being verified.
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 final PinVerificationAttributes verificationAttributes()
The attributes and values for PIN data verification.
public final String verificationKeyIdentifier()
The keyARN of the PIN verification key.
keyARN of the PIN verification key.public VerifyPinDataRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<VerifyPinDataRequest.Builder,VerifyPinDataRequest>toBuilder in class PaymentCryptographyDataRequestpublic static VerifyPinDataRequest.Builder builder()
public static Class<? extends VerifyPinDataRequest.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.