Uses of Class
software.amazon.awssdk.services.paymentcryptographydata.model.EmvEncryptionMode
-
Packages that use EmvEncryptionMode Package Description software.amazon.awssdk.services.paymentcryptographydata.model -
-
Uses of EmvEncryptionMode in software.amazon.awssdk.services.paymentcryptographydata.model
Methods in software.amazon.awssdk.services.paymentcryptographydata.model that return EmvEncryptionMode Modifier and Type Method Description static EmvEncryptionModeEmvEncryptionMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.EmvEncryptionModeEmvEncryptionAttributes. mode()The block cipher method to use for encryption.static EmvEncryptionModeEmvEncryptionMode. valueOf(String name)Returns the enum constant of this type with the specified name.static EmvEncryptionMode[]EmvEncryptionMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.paymentcryptographydata.model that return types with arguments of type EmvEncryptionMode Modifier and Type Method Description static Set<EmvEncryptionMode>EmvEncryptionMode. knownValues()Methods in software.amazon.awssdk.services.paymentcryptographydata.model with parameters of type EmvEncryptionMode Modifier and Type Method Description EmvEncryptionAttributes.BuilderEmvEncryptionAttributes.Builder. mode(EmvEncryptionMode mode)The block cipher method to use for encryption.
-