| Package | Description |
|---|---|
| com.amazonaws.services.paymentcryptographydata.model |
| Modifier and Type | Method and Description |
|---|---|
MacAlgorithmEmv |
MacAlgorithmEmv.clone() |
MacAlgorithmEmv |
MacAttributes.getEmvMac()
Parameters that are required for MAC generation or verification using EMV MAC algorithm.
|
MacAlgorithmEmv |
MacAlgorithmEmv.withMajorKeyDerivationMode(MajorKeyDerivationMode majorKeyDerivationMode)
The method to use when deriving the master key for EMV MAC generation or verification.
|
MacAlgorithmEmv |
MacAlgorithmEmv.withMajorKeyDerivationMode(String majorKeyDerivationMode)
The method to use when deriving the master key for EMV MAC generation or verification.
|
MacAlgorithmEmv |
MacAlgorithmEmv.withPanSequenceNumber(String panSequenceNumber)
A number that identifies and differentiates payment cards with the same Primary Account Number (PAN).
|
MacAlgorithmEmv |
MacAlgorithmEmv.withPrimaryAccountNumber(String primaryAccountNumber)
The Primary Account Number (PAN), a unique identifier for a payment credit or debit card and associates the card
to a specific account holder.
|
MacAlgorithmEmv |
MacAlgorithmEmv.withSessionKeyDerivationMode(SessionKeyDerivationMode sessionKeyDerivationMode)
The method of deriving a session key for EMV MAC generation or verification.
|
MacAlgorithmEmv |
MacAlgorithmEmv.withSessionKeyDerivationMode(String sessionKeyDerivationMode)
The method of deriving a session key for EMV MAC generation or verification.
|
MacAlgorithmEmv |
MacAlgorithmEmv.withSessionKeyDerivationValue(SessionKeyDerivationValue sessionKeyDerivationValue)
Parameters that are required to generate session key for EMV generation and verification.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MacAttributes.setEmvMac(MacAlgorithmEmv emvMac)
Parameters that are required for MAC generation or verification using EMV MAC algorithm.
|
MacAttributes |
MacAttributes.withEmvMac(MacAlgorithmEmv emvMac)
Parameters that are required for MAC generation or verification using EMV MAC algorithm.
|
Copyright © 2024. All rights reserved.