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