Uses of Class
software.amazon.awssdk.services.paymentcryptographydata.model.PinBlockFormatForEmvPinChange
-
Packages that use PinBlockFormatForEmvPinChange Package Description software.amazon.awssdk.services.paymentcryptographydata.model -
-
Uses of PinBlockFormatForEmvPinChange in software.amazon.awssdk.services.paymentcryptographydata.model
Methods in software.amazon.awssdk.services.paymentcryptographydata.model that return PinBlockFormatForEmvPinChange Modifier and Type Method Description static PinBlockFormatForEmvPinChangePinBlockFormatForEmvPinChange. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PinBlockFormatForEmvPinChangeGenerateMacEmvPinChangeRequest. pinBlockFormat()The PIN encoding format of the incoming new encrypted PIN block as specified in ISO 9564.static PinBlockFormatForEmvPinChangePinBlockFormatForEmvPinChange. valueOf(String name)Returns the enum constant of this type with the specified name.static PinBlockFormatForEmvPinChange[]PinBlockFormatForEmvPinChange. 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 PinBlockFormatForEmvPinChange Modifier and Type Method Description static Set<PinBlockFormatForEmvPinChange>PinBlockFormatForEmvPinChange. knownValues()Methods in software.amazon.awssdk.services.paymentcryptographydata.model with parameters of type PinBlockFormatForEmvPinChange Modifier and Type Method Description GenerateMacEmvPinChangeRequest.BuilderGenerateMacEmvPinChangeRequest.Builder. pinBlockFormat(PinBlockFormatForEmvPinChange pinBlockFormat)The PIN encoding format of the incoming new encrypted PIN block as specified in ISO 9564.
-