| Package | Description |
|---|---|
| software.amazon.awssdk.services.paymentcryptographydata.model |
| Modifier and Type | Method and Description |
|---|---|
static ReEncryptionAttributes |
ReEncryptionAttributes.fromDukpt(Consumer<DukptEncryptionAttributes.Builder> dukpt)
Create an instance of this class with
dukpt() initialized to the given value. |
static ReEncryptionAttributes |
ReEncryptionAttributes.fromDukpt(DukptEncryptionAttributes dukpt)
Create an instance of this class with
dukpt() initialized to the given value. |
static ReEncryptionAttributes |
ReEncryptionAttributes.fromSymmetric(Consumer<SymmetricEncryptionAttributes.Builder> symmetric)
Create an instance of this class with
symmetric() initialized to the given value. |
static ReEncryptionAttributes |
ReEncryptionAttributes.fromSymmetric(SymmetricEncryptionAttributes symmetric)
Create an instance of this class with
symmetric() initialized to the given value. |
ReEncryptionAttributes |
ReEncryptDataRequest.incomingEncryptionAttributes()
The attributes and values for incoming ciphertext.
|
ReEncryptionAttributes |
ReEncryptDataRequest.outgoingEncryptionAttributes()
The attributes and values for outgoing ciphertext data after encryption by Amazon Web Services Payment
Cryptography.
|
| Modifier and Type | Method and Description |
|---|---|
ReEncryptDataRequest.Builder |
ReEncryptDataRequest.Builder.incomingEncryptionAttributes(ReEncryptionAttributes incomingEncryptionAttributes)
The attributes and values for incoming ciphertext.
|
ReEncryptDataRequest.Builder |
ReEncryptDataRequest.Builder.outgoingEncryptionAttributes(ReEncryptionAttributes outgoingEncryptionAttributes)
The attributes and values for outgoing ciphertext data after encryption by Amazon Web Services Payment
Cryptography.
|
Copyright © 2023. All rights reserved.