Uses of Class
software.amazon.awssdk.services.paymentcryptographydata.model.EmvEncryptionAttributes
-
Packages that use EmvEncryptionAttributes Package Description software.amazon.awssdk.services.paymentcryptographydata.model -
-
Uses of EmvEncryptionAttributes in software.amazon.awssdk.services.paymentcryptographydata.model
Methods in software.amazon.awssdk.services.paymentcryptographydata.model that return EmvEncryptionAttributes Modifier and Type Method Description EmvEncryptionAttributesEncryptionDecryptionAttributes. emv()Parameters for plaintext encryption using EMV keys.Methods in software.amazon.awssdk.services.paymentcryptographydata.model with parameters of type EmvEncryptionAttributes Modifier and Type Method Description EncryptionDecryptionAttributes.BuilderEncryptionDecryptionAttributes.Builder. emv(EmvEncryptionAttributes emv)Parameters for plaintext encryption using EMV keys.static EncryptionDecryptionAttributesEncryptionDecryptionAttributes. fromEmv(EmvEncryptionAttributes emv)Create an instance of this class withEncryptionDecryptionAttributes.emv()initialized to the given value.
-