| Package | Description |
|---|---|
| software.amazon.awssdk.services.paymentcryptographydata.model |
| Modifier and Type | Method and Description |
|---|---|
static SessionKeyAmex.Builder |
SessionKeyAmex.builder() |
SessionKeyAmex.Builder |
SessionKeyAmex.Builder.panSequenceNumber(String panSequenceNumber)
A number that identifies and differentiates payment cards with the same Primary Account Number (PAN).
|
SessionKeyAmex.Builder |
SessionKeyAmex.Builder.primaryAccountNumber(String primaryAccountNumber)
The Primary Account Number (PAN) of the cardholder.
|
SessionKeyAmex.Builder |
SessionKeyAmex.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SessionKeyAmex.Builder> |
SessionKeyAmex.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default SessionKeyDerivation.Builder |
SessionKeyDerivation.Builder.amex(Consumer<SessionKeyAmex.Builder> amex)
Parameters to derive session key for an Amex payment card for ARQC verification.
|
static SessionKeyDerivation |
SessionKeyDerivation.fromAmex(Consumer<SessionKeyAmex.Builder> amex)
Create an instance of this class with
SessionKeyDerivation.amex() initialized to the given value. |
Copyright © 2023. All rights reserved.