Uses of Class
software.amazon.awssdk.services.paymentcryptographydata.model.EmvMajorKeyDerivationMode
-
Packages that use EmvMajorKeyDerivationMode Package Description software.amazon.awssdk.services.paymentcryptographydata.model -
-
Uses of EmvMajorKeyDerivationMode in software.amazon.awssdk.services.paymentcryptographydata.model
Methods in software.amazon.awssdk.services.paymentcryptographydata.model that return EmvMajorKeyDerivationMode Modifier and Type Method Description static EmvMajorKeyDerivationModeEmvMajorKeyDerivationMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.EmvMajorKeyDerivationModeEmvEncryptionAttributes. majorKeyDerivationMode()The EMV derivation mode to use for ICC master key derivation as per EMV version 4.3 book 2.static EmvMajorKeyDerivationModeEmvMajorKeyDerivationMode. valueOf(String name)Returns the enum constant of this type with the specified name.static EmvMajorKeyDerivationMode[]EmvMajorKeyDerivationMode. 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 EmvMajorKeyDerivationMode Modifier and Type Method Description static Set<EmvMajorKeyDerivationMode>EmvMajorKeyDerivationMode. knownValues()Methods in software.amazon.awssdk.services.paymentcryptographydata.model with parameters of type EmvMajorKeyDerivationMode Modifier and Type Method Description EmvEncryptionAttributes.BuilderEmvEncryptionAttributes.Builder. majorKeyDerivationMode(EmvMajorKeyDerivationMode majorKeyDerivationMode)The EMV derivation mode to use for ICC master key derivation as per EMV version 4.3 book 2.
-