| Package | Description |
|---|---|
| software.amazon.awssdk.services.paymentcryptographydata.model |
| Modifier and Type | Method and Description |
|---|---|
DukptKeyVariant |
DukptDerivationAttributes.dukptKeyVariant()
The type of use of DUKPT, which can be for incoming data decryption, outgoing data encryption, or both.
|
DukptKeyVariant |
DukptEncryptionAttributes.dukptKeyVariant()
The type of use of DUKPT, which can be incoming data decryption, outgoing data encryption, or both.
|
DukptKeyVariant |
MacAlgorithmDukpt.dukptKeyVariant()
The type of use of DUKPT, which can be MAC generation, MAC verification, or both.
|
static DukptKeyVariant |
DukptKeyVariant.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<DukptKeyVariant> |
DukptKeyVariant.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DukptDerivationAttributes.Builder |
DukptDerivationAttributes.Builder.dukptKeyVariant(DukptKeyVariant dukptKeyVariant)
The type of use of DUKPT, which can be for incoming data decryption, outgoing data encryption, or both.
|
DukptEncryptionAttributes.Builder |
DukptEncryptionAttributes.Builder.dukptKeyVariant(DukptKeyVariant dukptKeyVariant)
The type of use of DUKPT, which can be incoming data decryption, outgoing data encryption, or both.
|
MacAlgorithmDukpt.Builder |
MacAlgorithmDukpt.Builder.dukptKeyVariant(DukptKeyVariant dukptKeyVariant)
The type of use of DUKPT, which can be MAC generation, MAC verification, or both.
|
Copyright © 2023. All rights reserved.