| Package | Description |
|---|---|
| com.amazonaws.services.paymentcryptographydata.model |
| Modifier and Type | Method and Description |
|---|---|
ReEncryptionAttributes |
ReEncryptionAttributes.clone() |
ReEncryptionAttributes |
ReEncryptDataRequest.getIncomingEncryptionAttributes()
The attributes and values for incoming ciphertext.
|
ReEncryptionAttributes |
ReEncryptDataRequest.getOutgoingEncryptionAttributes()
The attributes and values for outgoing ciphertext data after encryption by Amazon Web Services Payment
Cryptography.
|
ReEncryptionAttributes |
ReEncryptionAttributes.withDukpt(DukptEncryptionAttributes dukpt) |
ReEncryptionAttributes |
ReEncryptionAttributes.withSymmetric(SymmetricEncryptionAttributes symmetric)
Parameters that are required to encrypt data using symmetric keys.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReEncryptDataRequest.setIncomingEncryptionAttributes(ReEncryptionAttributes incomingEncryptionAttributes)
The attributes and values for incoming ciphertext.
|
void |
ReEncryptDataRequest.setOutgoingEncryptionAttributes(ReEncryptionAttributes outgoingEncryptionAttributes)
The attributes and values for outgoing ciphertext data after encryption by Amazon Web Services Payment
Cryptography.
|
ReEncryptDataRequest |
ReEncryptDataRequest.withIncomingEncryptionAttributes(ReEncryptionAttributes incomingEncryptionAttributes)
The attributes and values for incoming ciphertext.
|
ReEncryptDataRequest |
ReEncryptDataRequest.withOutgoingEncryptionAttributes(ReEncryptionAttributes outgoingEncryptionAttributes)
The attributes and values for outgoing ciphertext data after encryption by Amazon Web Services Payment
Cryptography.
|
Copyright © 2025. All rights reserved.