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