Uses of Class
software.amazon.awssdk.services.paymentcryptographydata.model.SymmetricEncryptionAttributes
-
Packages that use SymmetricEncryptionAttributes Package Description software.amazon.awssdk.services.paymentcryptographydata.model -
-
Uses of SymmetricEncryptionAttributes in software.amazon.awssdk.services.paymentcryptographydata.model
Methods in software.amazon.awssdk.services.paymentcryptographydata.model that return SymmetricEncryptionAttributes Modifier and Type Method Description SymmetricEncryptionAttributesEncryptionDecryptionAttributes. symmetric()Parameters that are required to perform encryption and decryption using symmetric keys.SymmetricEncryptionAttributesReEncryptionAttributes. symmetric()Parameters that are required to encrypt data using symmetric keys.Methods in software.amazon.awssdk.services.paymentcryptographydata.model with parameters of type SymmetricEncryptionAttributes Modifier and Type Method Description static EncryptionDecryptionAttributesEncryptionDecryptionAttributes. fromSymmetric(SymmetricEncryptionAttributes symmetric)Create an instance of this class withEncryptionDecryptionAttributes.symmetric()initialized to the given value.static ReEncryptionAttributesReEncryptionAttributes. fromSymmetric(SymmetricEncryptionAttributes symmetric)Create an instance of this class withReEncryptionAttributes.symmetric()initialized to the given value.EncryptionDecryptionAttributes.BuilderEncryptionDecryptionAttributes.Builder. symmetric(SymmetricEncryptionAttributes symmetric)Parameters that are required to perform encryption and decryption using symmetric keys.ReEncryptionAttributes.BuilderReEncryptionAttributes.Builder. symmetric(SymmetricEncryptionAttributes symmetric)Parameters that are required to encrypt data using symmetric keys.
-