| Package | Description |
|---|---|
| software.amazon.awssdk.services.paymentcryptographydata.model |
| Modifier and Type | Method and Description |
|---|---|
SymmetricEncryptionAttributes |
ReEncryptionAttributes.symmetric()
Parameters that are required to encrypt data using symmetric keys.
|
SymmetricEncryptionAttributes |
EncryptionDecryptionAttributes.symmetric()
Parameters that are required to perform encryption and decryption using symmetric keys.
|
| Modifier and Type | Method and Description |
|---|---|
static ReEncryptionAttributes |
ReEncryptionAttributes.fromSymmetric(SymmetricEncryptionAttributes symmetric)
Create an instance of this class with
ReEncryptionAttributes.symmetric() initialized to the given value. |
static EncryptionDecryptionAttributes |
EncryptionDecryptionAttributes.fromSymmetric(SymmetricEncryptionAttributes symmetric)
Create an instance of this class with
EncryptionDecryptionAttributes.symmetric() initialized to the given value. |
ReEncryptionAttributes.Builder |
ReEncryptionAttributes.Builder.symmetric(SymmetricEncryptionAttributes symmetric)
Parameters that are required to encrypt data using symmetric keys.
|
EncryptionDecryptionAttributes.Builder |
EncryptionDecryptionAttributes.Builder.symmetric(SymmetricEncryptionAttributes symmetric)
Parameters that are required to perform encryption and decryption using symmetric keys.
|
Copyright © 2023. All rights reserved.