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