@Generated(value="software.amazon.awssdk:codegen") public final class GeneratePinDataResponse extends PaymentCryptographyDataResponse implements ToCopyableBuilder<GeneratePinDataResponse.Builder,GeneratePinDataResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GeneratePinDataResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GeneratePinDataResponse.Builder |
builder() |
String |
encryptedPinBlock()
The PIN block encrypted under PEK from Amazon Web Services Payment Cryptography.
|
String |
encryptionKeyArn()
The
keyARN of the PEK that Amazon Web Services Payment Cryptography uses for encrypted pin block
generation. |
String |
encryptionKeyCheckValue()
The key check value (KCV) of the encryption key.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
generationKeyArn()
The
keyARN of the pin data generation key that Amazon Web Services Payment Cryptography uses for
PIN, PVV or PIN Offset generation. |
String |
generationKeyCheckValue()
The key check value (KCV) of the encryption key.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
PinData |
pinData()
The attributes and values Amazon Web Services Payment Cryptography uses for pin data generation.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GeneratePinDataResponse.Builder> |
serializableBuilderClass() |
GeneratePinDataResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String encryptedPinBlock()
The PIN block encrypted under PEK from Amazon Web Services Payment Cryptography. The encrypted PIN block is a composite of PAN (Primary Account Number) and PIN (Personal Identification Number), generated in accordance with ISO 9564 standard.
public final String encryptionKeyArn()
The keyARN of the PEK that Amazon Web Services Payment Cryptography uses for encrypted pin block
generation.
keyARN of the PEK that Amazon Web Services Payment Cryptography uses for encrypted pin
block generation.public final String encryptionKeyCheckValue()
The key check value (KCV) of the encryption key. The KCV is used to check if all parties holding a given key have the same key or to detect that a key has changed. Amazon Web Services Payment Cryptography calculates the KCV by using standard algorithms, typically by encrypting 8 or 16 bytes or "00" or "01" and then truncating the result to the first 3 bytes, or 6 hex digits, of the resulting cryptogram.
public final String generationKeyArn()
The keyARN of the pin data generation key that Amazon Web Services Payment Cryptography uses for
PIN, PVV or PIN Offset generation.
keyARN of the pin data generation key that Amazon Web Services Payment Cryptography uses
for PIN, PVV or PIN Offset generation.public final String generationKeyCheckValue()
The key check value (KCV) of the encryption key. The KCV is used to check if all parties holding a given key have the same key or to detect that a key has changed. Amazon Web Services Payment Cryptography calculates the KCV by using standard algorithms, typically by encrypting 8 or 16 bytes or "00" or "01" and then truncating the result to the first 3 bytes, or 6 hex digits, of the resulting cryptogram.
public final PinData pinData()
The attributes and values Amazon Web Services Payment Cryptography uses for pin data generation.
public GeneratePinDataResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GeneratePinDataResponse.Builder,GeneratePinDataResponse>toBuilder in class AwsResponsepublic static GeneratePinDataResponse.Builder builder()
public static Class<? extends GeneratePinDataResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic 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 SdkResponseCopyright © 2023. All rights reserved.