Uses of Class
software.amazon.awssdk.services.paymentcryptographydata.model.SessionKeyVisa
-
Packages that use SessionKeyVisa Package Description software.amazon.awssdk.services.paymentcryptographydata.model -
-
Uses of SessionKeyVisa in software.amazon.awssdk.services.paymentcryptographydata.model
Methods in software.amazon.awssdk.services.paymentcryptographydata.model that return SessionKeyVisa Modifier and Type Method Description SessionKeyVisaSessionKeyDerivation. visa()Parameters to derive session key for a Visa payment cardfor ARQC verification.Methods in software.amazon.awssdk.services.paymentcryptographydata.model with parameters of type SessionKeyVisa Modifier and Type Method Description static SessionKeyDerivationSessionKeyDerivation. fromVisa(SessionKeyVisa visa)Create an instance of this class withSessionKeyDerivation.visa()initialized to the given value.SessionKeyDerivation.BuilderSessionKeyDerivation.Builder. visa(SessionKeyVisa visa)Parameters to derive session key for a Visa payment cardfor ARQC verification.
-