| Package | Description |
|---|---|
| software.amazon.awssdk.services.paymentcryptographydata.model |
| Modifier and Type | Method and Description |
|---|---|
SessionKeyMastercard.Builder |
SessionKeyMastercard.Builder.applicationTransactionCounter(String applicationTransactionCounter)
The transaction counter that is provided by the terminal during transaction processing.
|
static SessionKeyMastercard.Builder |
SessionKeyMastercard.builder() |
SessionKeyMastercard.Builder |
SessionKeyMastercard.Builder.panSequenceNumber(String panSequenceNumber)
A number that identifies and differentiates payment cards with the same Primary Account Number (PAN).
|
SessionKeyMastercard.Builder |
SessionKeyMastercard.Builder.primaryAccountNumber(String primaryAccountNumber)
The Primary Account Number (PAN) of the cardholder.
|
SessionKeyMastercard.Builder |
SessionKeyMastercard.toBuilder() |
SessionKeyMastercard.Builder |
SessionKeyMastercard.Builder.unpredictableNumber(String unpredictableNumber)
A random number generated by the issuer.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SessionKeyMastercard.Builder> |
SessionKeyMastercard.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
static SessionKeyDerivation |
SessionKeyDerivation.fromMastercard(Consumer<SessionKeyMastercard.Builder> mastercard)
Create an instance of this class with
SessionKeyDerivation.mastercard() initialized to the given value. |
default SessionKeyDerivation.Builder |
SessionKeyDerivation.Builder.mastercard(Consumer<SessionKeyMastercard.Builder> mastercard)
Parameters to derive session key for a Mastercard payment card for ARQC verification.
|
Copyright © 2023. All rights reserved.