Uses of Interface
software.amazon.awssdk.services.paymentcryptographydata.model.SessionKeyEmvCommon.Builder
-
Packages that use SessionKeyEmvCommon.Builder Package Description software.amazon.awssdk.services.paymentcryptographydata.model -
-
Uses of SessionKeyEmvCommon.Builder in software.amazon.awssdk.services.paymentcryptographydata.model
Methods in software.amazon.awssdk.services.paymentcryptographydata.model that return SessionKeyEmvCommon.Builder Modifier and Type Method Description SessionKeyEmvCommon.BuilderSessionKeyEmvCommon.Builder. applicationTransactionCounter(String applicationTransactionCounter)The transaction counter that is provided by the terminal during transaction processing.static SessionKeyEmvCommon.BuilderSessionKeyEmvCommon. builder()SessionKeyEmvCommon.BuilderSessionKeyEmvCommon.Builder. panSequenceNumber(String panSequenceNumber)A number that identifies and differentiates payment cards with the same Primary Account Number (PAN).SessionKeyEmvCommon.BuilderSessionKeyEmvCommon.Builder. primaryAccountNumber(String primaryAccountNumber)The Primary Account Number (PAN) of the cardholder.SessionKeyEmvCommon.BuilderSessionKeyEmvCommon. toBuilder()Methods in software.amazon.awssdk.services.paymentcryptographydata.model that return types with arguments of type SessionKeyEmvCommon.Builder Modifier and Type Method Description static Class<? extends SessionKeyEmvCommon.Builder>SessionKeyEmvCommon. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.paymentcryptographydata.model with type arguments of type SessionKeyEmvCommon.Builder Modifier and Type Method Description default SessionKeyDerivation.BuilderSessionKeyDerivation.Builder. emvCommon(Consumer<SessionKeyEmvCommon.Builder> emvCommon)Parameters to derive session key for an Emv common payment card for ARQC verification.static SessionKeyDerivationSessionKeyDerivation. fromEmvCommon(Consumer<SessionKeyEmvCommon.Builder> emvCommon)Create an instance of this class withSessionKeyDerivation.emvCommon()initialized to the given value.
-