Uses of Class
software.amazon.awssdk.services.paymentcryptographydata.model.AsymmetricEncryptionAttributes
-
Packages that use AsymmetricEncryptionAttributes Package Description software.amazon.awssdk.services.paymentcryptographydata.model -
-
Uses of AsymmetricEncryptionAttributes in software.amazon.awssdk.services.paymentcryptographydata.model
Methods in software.amazon.awssdk.services.paymentcryptographydata.model that return AsymmetricEncryptionAttributes Modifier and Type Method Description AsymmetricEncryptionAttributesEncryptionDecryptionAttributes. asymmetric()Returns the value of the Asymmetric property for this object.Methods in software.amazon.awssdk.services.paymentcryptographydata.model with parameters of type AsymmetricEncryptionAttributes Modifier and Type Method Description EncryptionDecryptionAttributes.BuilderEncryptionDecryptionAttributes.Builder. asymmetric(AsymmetricEncryptionAttributes asymmetric)Sets the value of the Asymmetric property for this object.static EncryptionDecryptionAttributesEncryptionDecryptionAttributes. fromAsymmetric(AsymmetricEncryptionAttributes asymmetric)Create an instance of this class withEncryptionDecryptionAttributes.asymmetric()initialized to the given value.
-