| Package | Description |
|---|---|
| software.amazon.awssdk.services.paymentcryptographydata.model |
| Modifier and Type | Method and Description |
|---|---|
static PaddingType |
PaddingType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
PaddingType |
AsymmetricEncryptionAttributes.paddingType()
The padding to be included with the data.
|
PaddingType |
SymmetricEncryptionAttributes.paddingType()
The padding to be included with the data.
|
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 |
|---|---|
static Set<PaddingType> |
PaddingType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
AsymmetricEncryptionAttributes.Builder |
AsymmetricEncryptionAttributes.Builder.paddingType(PaddingType paddingType)
The padding to be included with the data.
|
SymmetricEncryptionAttributes.Builder |
SymmetricEncryptionAttributes.Builder.paddingType(PaddingType paddingType)
The padding to be included with the data.
|
Copyright © 2023. All rights reserved.