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