| Package | Description |
|---|---|
| software.amazon.awssdk.services.paymentcryptographydata.model |
| Modifier and Type | Method and Description |
|---|---|
CryptogramVerificationArpcMethod1.Builder |
CryptogramVerificationArpcMethod1.Builder.authResponseCode(String authResponseCode)
The auth code used to calculate APRC after ARQC verification is successful.
|
static CryptogramVerificationArpcMethod1.Builder |
CryptogramVerificationArpcMethod1.builder() |
CryptogramVerificationArpcMethod1.Builder |
CryptogramVerificationArpcMethod1.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CryptogramVerificationArpcMethod1.Builder> |
CryptogramVerificationArpcMethod1.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CryptogramAuthResponse.Builder |
CryptogramAuthResponse.Builder.arpcMethod1(Consumer<CryptogramVerificationArpcMethod1.Builder> arpcMethod1)
Parameters that are required for ARPC response generation using method1 after ARQC verification is
successful.
|
static CryptogramAuthResponse |
CryptogramAuthResponse.fromArpcMethod1(Consumer<CryptogramVerificationArpcMethod1.Builder> arpcMethod1)
Create an instance of this class with
CryptogramAuthResponse.arpcMethod1() initialized to the given value. |
Copyright © 2023. All rights reserved.