| Package | Description |
|---|---|
| com.amazonaws.services.paymentcryptographydata.model |
| Modifier and Type | Method and Description |
|---|---|
static DukptDerivationType |
DukptDerivationType.fromValue(String value)
Use this in place of valueOf.
|
static DukptDerivationType |
DukptDerivationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DukptDerivationType[] |
DukptDerivationType.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.withDukptDerivationType(DukptDerivationType dukptDerivationType)
The key type derived using DUKPT from a Base Derivation Key (BDK) and Key Serial Number (KSN).
|
DukptAttributes |
DukptAttributes.withDukptDerivationType(DukptDerivationType dukptDerivationType)
The key type derived using DUKPT from a Base Derivation Key (BDK) and Key Serial Number (KSN).
|
DukptEncryptionAttributes |
DukptEncryptionAttributes.withDukptKeyDerivationType(DukptDerivationType dukptKeyDerivationType)
The key type encrypted using DUKPT from a Base Derivation Key (BDK) and Key Serial Number (KSN).
|
DukptDerivationAttributes |
DukptDerivationAttributes.withDukptKeyDerivationType(DukptDerivationType dukptKeyDerivationType)
The key type derived using DUKPT from a Base Derivation Key (BDK) and Key Serial Number (KSN).
|
Copyright © 2023. All rights reserved.