| Package | Description |
|---|---|
| software.amazon.awssdk.services.paymentcryptographydata.model |
| Modifier and Type | Method and Description |
|---|---|
static DukptEncryptionMode |
DukptEncryptionMode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
DukptEncryptionMode |
DukptEncryptionAttributes.mode()
The block cipher mode of operation.
|
static DukptEncryptionMode |
DukptEncryptionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DukptEncryptionMode[] |
DukptEncryptionMode.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<DukptEncryptionMode> |
DukptEncryptionMode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DukptEncryptionAttributes.Builder |
DukptEncryptionAttributes.Builder.mode(DukptEncryptionMode mode)
The block cipher mode of operation.
|
Copyright © 2023. All rights reserved.