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