| Package | Description |
|---|---|
| software.amazon.awssdk.services.paymentcryptographydata.model |
| Modifier and Type | Method and Description |
|---|---|
EncryptionDecryptionAttributes |
DecryptDataRequest.decryptionAttributes()
The encryption key type and attributes for ciphertext decryption.
|
EncryptionDecryptionAttributes |
EncryptDataRequest.encryptionAttributes()
The encryption key type and attributes for plaintext encryption.
|
static EncryptionDecryptionAttributes |
EncryptionDecryptionAttributes.fromAsymmetric(AsymmetricEncryptionAttributes asymmetric)
Create an instance of this class with
asymmetric() initialized to the given value. |
static EncryptionDecryptionAttributes |
EncryptionDecryptionAttributes.fromAsymmetric(Consumer<AsymmetricEncryptionAttributes.Builder> asymmetric)
Create an instance of this class with
asymmetric() initialized to the given value. |
static EncryptionDecryptionAttributes |
EncryptionDecryptionAttributes.fromDukpt(Consumer<DukptEncryptionAttributes.Builder> dukpt)
Create an instance of this class with
dukpt() initialized to the given value. |
static EncryptionDecryptionAttributes |
EncryptionDecryptionAttributes.fromDukpt(DukptEncryptionAttributes dukpt)
Create an instance of this class with
dukpt() initialized to the given value. |
static EncryptionDecryptionAttributes |
EncryptionDecryptionAttributes.fromSymmetric(Consumer<SymmetricEncryptionAttributes.Builder> symmetric)
Create an instance of this class with
symmetric() initialized to the given value. |
static EncryptionDecryptionAttributes |
EncryptionDecryptionAttributes.fromSymmetric(SymmetricEncryptionAttributes symmetric)
Create an instance of this class with
symmetric() initialized to the given value. |
| Modifier and Type | Method and Description |
|---|---|
DecryptDataRequest.Builder |
DecryptDataRequest.Builder.decryptionAttributes(EncryptionDecryptionAttributes decryptionAttributes)
The encryption key type and attributes for ciphertext decryption.
|
EncryptDataRequest.Builder |
EncryptDataRequest.Builder.encryptionAttributes(EncryptionDecryptionAttributes encryptionAttributes)
The encryption key type and attributes for plaintext encryption.
|
Copyright © 2023. All rights reserved.