| Package | Description |
|---|---|
| com.amazonaws.services.paymentcryptographydata.model |
| Modifier and Type | Method and Description |
|---|---|
SessionKeyMastercard |
SessionKeyMastercard.clone() |
SessionKeyMastercard |
SessionKeyDerivation.getMastercard()
Parameters to derive session key for a Mastercard payment card for ARQC verification.
|
SessionKeyMastercard |
SessionKeyMastercard.withApplicationTransactionCounter(String applicationTransactionCounter)
The transaction counter that is provided by the terminal during transaction processing.
|
SessionKeyMastercard |
SessionKeyMastercard.withPanSequenceNumber(String panSequenceNumber)
A number that identifies and differentiates payment cards with the same Primary Account Number (PAN).
|
SessionKeyMastercard |
SessionKeyMastercard.withPrimaryAccountNumber(String primaryAccountNumber)
The Primary Account Number (PAN) of the cardholder.
|
SessionKeyMastercard |
SessionKeyMastercard.withUnpredictableNumber(String unpredictableNumber)
A random number generated by the issuer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SessionKeyDerivation.setMastercard(SessionKeyMastercard mastercard)
Parameters to derive session key for a Mastercard payment card for ARQC verification.
|
SessionKeyDerivation |
SessionKeyDerivation.withMastercard(SessionKeyMastercard mastercard)
Parameters to derive session key for a Mastercard payment card for ARQC verification.
|
Copyright © 2024. All rights reserved.