@Generated(value="software.amazon.awssdk:codegen") public final class VerifyPinDataResponse extends PaymentCryptographyDataResponse implements ToCopyableBuilder<VerifyPinDataResponse.Builder,VerifyPinDataResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
VerifyPinDataResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static VerifyPinDataResponse.Builder |
builder() |
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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends VerifyPinDataResponse.Builder> |
serializableBuilderClass() |
VerifyPinDataResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
verificationKeyArn()
The
keyARN of the PIN encryption key that Amazon Web Services Payment Cryptography uses for PIN or
PIN Offset verification. |
String |
verificationKeyCheckValue()
The key check value (KCV) of the encryption key.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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 verificationKeyArn()
The keyARN of the PIN encryption key that Amazon Web Services Payment Cryptography uses for PIN or
PIN Offset verification.
keyARN of the PIN encryption key that Amazon Web Services Payment Cryptography uses for
PIN or PIN Offset verification.public final String verificationKeyCheckValue()
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 VerifyPinDataResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<VerifyPinDataResponse.Builder,VerifyPinDataResponse>toBuilder in class AwsResponsepublic static VerifyPinDataResponse.Builder builder()
public static Class<? extends VerifyPinDataResponse.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.