| Package | Description |
|---|---|
| com.amazonaws.services.paymentcryptographydata.model |
| Modifier and Type | Method and Description |
|---|---|
static DukptKeyVariant |
DukptKeyVariant.fromValue(String value)
Use this in place of valueOf.
|
static DukptKeyVariant |
DukptKeyVariant.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DukptKeyVariant[] |
DukptKeyVariant.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MacAlgorithmDukpt |
MacAlgorithmDukpt.withDukptKeyVariant(DukptKeyVariant dukptKeyVariant)
The type of use of DUKPT, which can be MAC generation, MAC verification, or both.
|
DukptEncryptionAttributes |
DukptEncryptionAttributes.withDukptKeyVariant(DukptKeyVariant dukptKeyVariant)
The type of use of DUKPT, which can be incoming data decryption, outgoing data encryption, or both.
|
DukptDerivationAttributes |
DukptDerivationAttributes.withDukptKeyVariant(DukptKeyVariant dukptKeyVariant)
The type of use of DUKPT, which can be for incoming data decryption, outgoing data encryption, or both.
|
Copyright © 2025. All rights reserved.