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