| Package | Description |
|---|---|
| com.amazonaws.services.paymentcryptographydata.model |
| Modifier and Type | Method and Description |
|---|---|
static PaddingType |
PaddingType.fromValue(String value)
Use this in place of valueOf.
|
static PaddingType |
PaddingType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PaddingType[] |
PaddingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SymmetricEncryptionAttributes |
SymmetricEncryptionAttributes.withPaddingType(PaddingType paddingType)
The padding to be included with the data.
|
AsymmetricEncryptionAttributes |
AsymmetricEncryptionAttributes.withPaddingType(PaddingType paddingType)
The padding to be included with the data.
|
Copyright © 2024. All rights reserved.