Uses of Class
software.amazon.awssdk.services.paymentcryptographydata.model.CryptogramVerificationArpcMethod1
-
Packages that use CryptogramVerificationArpcMethod1 Package Description software.amazon.awssdk.services.paymentcryptographydata.model -
-
Uses of CryptogramVerificationArpcMethod1 in software.amazon.awssdk.services.paymentcryptographydata.model
Methods in software.amazon.awssdk.services.paymentcryptographydata.model that return CryptogramVerificationArpcMethod1 Modifier and Type Method Description CryptogramVerificationArpcMethod1CryptogramAuthResponse. arpcMethod1()Parameters that are required for ARPC response generation using method1 after ARQC verification is successful.Methods in software.amazon.awssdk.services.paymentcryptographydata.model with parameters of type CryptogramVerificationArpcMethod1 Modifier and Type Method Description CryptogramAuthResponse.BuilderCryptogramAuthResponse.Builder. arpcMethod1(CryptogramVerificationArpcMethod1 arpcMethod1)Parameters that are required for ARPC response generation using method1 after ARQC verification is successful.static CryptogramAuthResponseCryptogramAuthResponse. fromArpcMethod1(CryptogramVerificationArpcMethod1 arpcMethod1)Create an instance of this class withCryptogramAuthResponse.arpcMethod1()initialized to the given value.
-