public static interface SymmetricEncryptionAttributes.Builder extends SdkPojo, CopyableBuilder<SymmetricEncryptionAttributes.Builder,SymmetricEncryptionAttributes>
| Modifier and Type | Method and Description |
|---|---|
SymmetricEncryptionAttributes.Builder |
initializationVector(String initializationVector)
An input to cryptographic primitive used to provide the intial state.
|
SymmetricEncryptionAttributes.Builder |
mode(EncryptionMode mode)
The block cipher mode of operation.
|
SymmetricEncryptionAttributes.Builder |
mode(String mode)
The block cipher mode of operation.
|
SymmetricEncryptionAttributes.Builder |
paddingType(PaddingType paddingType)
The padding to be included with the data.
|
SymmetricEncryptionAttributes.Builder |
paddingType(String paddingType)
The padding to be included with the data.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSymmetricEncryptionAttributes.Builder initializationVector(String initializationVector)
An input to cryptographic primitive used to provide the intial state. The InitializationVector
is typically required have a random or psuedo-random value, but sometimes it only needs to be unpredictable
or unique. If a value is not provided, Amazon Web Services Payment Cryptography generates a random value.
initializationVector - An input to cryptographic primitive used to provide the intial state. The
InitializationVector is typically required have a random or psuedo-random value, but
sometimes it only needs to be unpredictable or unique. If a value is not provided, Amazon Web Services
Payment Cryptography generates a random value.SymmetricEncryptionAttributes.Builder mode(String mode)
The block cipher mode of operation. Block ciphers are designed to encrypt a block of data of fixed size (for example, 128 bits). The size of the input block is usually same as the size of the encrypted output block, while the key length can be different. A mode of operation describes how to repeatedly apply a cipher's single-block operation to securely transform amounts of data larger than a block.
mode - The block cipher mode of operation. Block ciphers are designed to encrypt a block of data of fixed
size (for example, 128 bits). The size of the input block is usually same as the size of the encrypted
output block, while the key length can be different. A mode of operation describes how to repeatedly
apply a cipher's single-block operation to securely transform amounts of data larger than a block.EncryptionMode,
EncryptionModeSymmetricEncryptionAttributes.Builder mode(EncryptionMode mode)
The block cipher mode of operation. Block ciphers are designed to encrypt a block of data of fixed size (for example, 128 bits). The size of the input block is usually same as the size of the encrypted output block, while the key length can be different. A mode of operation describes how to repeatedly apply a cipher's single-block operation to securely transform amounts of data larger than a block.
mode - The block cipher mode of operation. Block ciphers are designed to encrypt a block of data of fixed
size (for example, 128 bits). The size of the input block is usually same as the size of the encrypted
output block, while the key length can be different. A mode of operation describes how to repeatedly
apply a cipher's single-block operation to securely transform amounts of data larger than a block.EncryptionMode,
EncryptionModeSymmetricEncryptionAttributes.Builder paddingType(String paddingType)
The padding to be included with the data.
paddingType - The padding to be included with the data.PaddingType,
PaddingTypeSymmetricEncryptionAttributes.Builder paddingType(PaddingType paddingType)
The padding to be included with the data.
paddingType - The padding to be included with the data.PaddingType,
PaddingTypeCopyright © 2023. All rights reserved.