Uses of Class
software.amazon.awssdk.services.paymentcryptographydata.model.ReEncryptionAttributes
-
Packages that use ReEncryptionAttributes Package Description software.amazon.awssdk.services.paymentcryptographydata.model -
-
Uses of ReEncryptionAttributes in software.amazon.awssdk.services.paymentcryptographydata.model
Methods in software.amazon.awssdk.services.paymentcryptographydata.model that return ReEncryptionAttributes Modifier and Type Method Description static ReEncryptionAttributesReEncryptionAttributes. fromDukpt(Consumer<DukptEncryptionAttributes.Builder> dukpt)Create an instance of this class withdukpt()initialized to the given value.static ReEncryptionAttributesReEncryptionAttributes. fromDukpt(DukptEncryptionAttributes dukpt)Create an instance of this class withdukpt()initialized to the given value.static ReEncryptionAttributesReEncryptionAttributes. fromSymmetric(Consumer<SymmetricEncryptionAttributes.Builder> symmetric)Create an instance of this class withsymmetric()initialized to the given value.static ReEncryptionAttributesReEncryptionAttributes. fromSymmetric(SymmetricEncryptionAttributes symmetric)Create an instance of this class withsymmetric()initialized to the given value.ReEncryptionAttributesReEncryptDataRequest. incomingEncryptionAttributes()The attributes and values for incoming ciphertext.ReEncryptionAttributesReEncryptDataRequest. outgoingEncryptionAttributes()The attributes and values for outgoing ciphertext data after encryption by Amazon Web Services Payment Cryptography.Methods in software.amazon.awssdk.services.paymentcryptographydata.model with parameters of type ReEncryptionAttributes Modifier and Type Method Description ReEncryptDataRequest.BuilderReEncryptDataRequest.Builder. incomingEncryptionAttributes(ReEncryptionAttributes incomingEncryptionAttributes)The attributes and values for incoming ciphertext.ReEncryptDataRequest.BuilderReEncryptDataRequest.Builder. outgoingEncryptionAttributes(ReEncryptionAttributes outgoingEncryptionAttributes)The attributes and values for outgoing ciphertext data after encryption by Amazon Web Services Payment Cryptography.
-