| Package | Description |
|---|---|
| com.amazonaws.services.paymentcryptographydata.model |
| Modifier and Type | Method and Description |
|---|---|
EmvEncryptionAttributes |
EmvEncryptionAttributes.clone() |
EmvEncryptionAttributes |
EncryptionDecryptionAttributes.getEmv()
Parameters for plaintext encryption using EMV keys.
|
EmvEncryptionAttributes |
EmvEncryptionAttributes.withInitializationVector(String initializationVector)
An input used to provide the intial state.
|
EmvEncryptionAttributes |
EmvEncryptionAttributes.withMajorKeyDerivationMode(EmvMajorKeyDerivationMode majorKeyDerivationMode)
The EMV derivation mode to use for ICC master key derivation as per EMV version 4.3 book 2.
|
EmvEncryptionAttributes |
EmvEncryptionAttributes.withMajorKeyDerivationMode(String majorKeyDerivationMode)
The EMV derivation mode to use for ICC master key derivation as per EMV version 4.3 book 2.
|
EmvEncryptionAttributes |
EmvEncryptionAttributes.withMode(EmvEncryptionMode mode)
The block cipher method to use for encryption.
|
EmvEncryptionAttributes |
EmvEncryptionAttributes.withMode(String mode)
The block cipher method to use for encryption.
|
EmvEncryptionAttributes |
EmvEncryptionAttributes.withPanSequenceNumber(String panSequenceNumber)
A number that identifies and differentiates payment cards with the same Primary Account Number (PAN).
|
EmvEncryptionAttributes |
EmvEncryptionAttributes.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.
|
EmvEncryptionAttributes |
EmvEncryptionAttributes.withSessionDerivationData(String sessionDerivationData)
The derivation value used to derive the ICC session key.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EncryptionDecryptionAttributes.setEmv(EmvEncryptionAttributes emv)
Parameters for plaintext encryption using EMV keys.
|
EncryptionDecryptionAttributes |
EncryptionDecryptionAttributes.withEmv(EmvEncryptionAttributes emv)
Parameters for plaintext encryption using EMV keys.
|
Copyright © 2025. All rights reserved.