| Package | Description |
|---|---|
| com.amazonaws.services.paymentcryptographydata.model |
| Modifier and Type | Method and Description |
|---|---|
EncryptionDecryptionAttributes |
EncryptionDecryptionAttributes.clone() |
EncryptionDecryptionAttributes |
DecryptDataRequest.getDecryptionAttributes()
The encryption key type and attributes for ciphertext decryption.
|
EncryptionDecryptionAttributes |
EncryptDataRequest.getEncryptionAttributes()
The encryption key type and attributes for plaintext encryption.
|
EncryptionDecryptionAttributes |
EncryptionDecryptionAttributes.withAsymmetric(AsymmetricEncryptionAttributes asymmetric) |
EncryptionDecryptionAttributes |
EncryptionDecryptionAttributes.withDukpt(DukptEncryptionAttributes dukpt) |
EncryptionDecryptionAttributes |
EncryptionDecryptionAttributes.withEmv(EmvEncryptionAttributes emv)
Parameters for plaintext encryption using EMV keys.
|
EncryptionDecryptionAttributes |
EncryptionDecryptionAttributes.withSymmetric(SymmetricEncryptionAttributes symmetric)
Parameters that are required to perform encryption and decryption using symmetric keys.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DecryptDataRequest.setDecryptionAttributes(EncryptionDecryptionAttributes decryptionAttributes)
The encryption key type and attributes for ciphertext decryption.
|
void |
EncryptDataRequest.setEncryptionAttributes(EncryptionDecryptionAttributes encryptionAttributes)
The encryption key type and attributes for plaintext encryption.
|
DecryptDataRequest |
DecryptDataRequest.withDecryptionAttributes(EncryptionDecryptionAttributes decryptionAttributes)
The encryption key type and attributes for ciphertext decryption.
|
EncryptDataRequest |
EncryptDataRequest.withEncryptionAttributes(EncryptionDecryptionAttributes encryptionAttributes)
The encryption key type and attributes for plaintext encryption.
|
Copyright © 2024. All rights reserved.