| Package | Description |
|---|---|
| com.amazonaws.services.paymentcryptographydata.model |
| Modifier and Type | Method and Description |
|---|---|
SymmetricEncryptionAttributes |
SymmetricEncryptionAttributes.clone() |
SymmetricEncryptionAttributes |
EncryptionDecryptionAttributes.getSymmetric()
Parameters that are required to perform encryption and decryption using symmetric keys.
|
SymmetricEncryptionAttributes |
ReEncryptionAttributes.getSymmetric()
Parameters that are required to encrypt data using symmetric keys.
|
SymmetricEncryptionAttributes |
SymmetricEncryptionAttributes.withInitializationVector(String initializationVector)
An input used to provide the intial state.
|
SymmetricEncryptionAttributes |
SymmetricEncryptionAttributes.withMode(EncryptionMode mode)
The block cipher method to use for encryption.
|
SymmetricEncryptionAttributes |
SymmetricEncryptionAttributes.withMode(String mode)
The block cipher method to use for encryption.
|
SymmetricEncryptionAttributes |
SymmetricEncryptionAttributes.withPaddingType(PaddingType paddingType)
The padding to be included with the data.
|
SymmetricEncryptionAttributes |
SymmetricEncryptionAttributes.withPaddingType(String paddingType)
The padding to be included with the data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EncryptionDecryptionAttributes.setSymmetric(SymmetricEncryptionAttributes symmetric)
Parameters that are required to perform encryption and decryption using symmetric keys.
|
void |
ReEncryptionAttributes.setSymmetric(SymmetricEncryptionAttributes symmetric)
Parameters that are required to encrypt data using symmetric keys.
|
EncryptionDecryptionAttributes |
EncryptionDecryptionAttributes.withSymmetric(SymmetricEncryptionAttributes symmetric)
Parameters that are required to perform encryption and decryption using symmetric keys.
|
ReEncryptionAttributes |
ReEncryptionAttributes.withSymmetric(SymmetricEncryptionAttributes symmetric)
Parameters that are required to encrypt data using symmetric keys.
|
Copyright © 2024. All rights reserved.