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