| Package | Description |
|---|---|
| software.amazon.awssdk.services.paymentcryptographydata.model |
| Modifier and Type | Method and Description |
|---|---|
DukptDerivationType |
MacAlgorithmDukpt.dukptDerivationType()
The key type derived using DUKPT from a Base Derivation Key (BDK) and Key Serial Number (KSN).
|
DukptDerivationType |
DukptAttributes.dukptDerivationType()
The key type derived using DUKPT from a Base Derivation Key (BDK) and Key Serial Number (KSN).
|
DukptDerivationType |
DukptDerivationAttributes.dukptKeyDerivationType()
The key type derived using DUKPT from a Base Derivation Key (BDK) and Key Serial Number (KSN).
|
DukptDerivationType |
DukptEncryptionAttributes.dukptKeyDerivationType()
The key type encrypted using DUKPT from a Base Derivation Key (BDK) and Key Serial Number (KSN).
|
static DukptDerivationType |
DukptDerivationType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<DukptDerivationType> |
DukptDerivationType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
MacAlgorithmDukpt.Builder |
MacAlgorithmDukpt.Builder.dukptDerivationType(DukptDerivationType dukptDerivationType)
The key type derived using DUKPT from a Base Derivation Key (BDK) and Key Serial Number (KSN).
|
DukptAttributes.Builder |
DukptAttributes.Builder.dukptDerivationType(DukptDerivationType dukptDerivationType)
The key type derived using DUKPT from a Base Derivation Key (BDK) and Key Serial Number (KSN).
|
DukptDerivationAttributes.Builder |
DukptDerivationAttributes.Builder.dukptKeyDerivationType(DukptDerivationType dukptKeyDerivationType)
The key type derived using DUKPT from a Base Derivation Key (BDK) and Key Serial Number (KSN).
|
DukptEncryptionAttributes.Builder |
DukptEncryptionAttributes.Builder.dukptKeyDerivationType(DukptDerivationType dukptKeyDerivationType)
The key type encrypted using DUKPT from a Base Derivation Key (BDK) and Key Serial Number (KSN).
|
Copyright © 2023. All rights reserved.