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