Uses of Class
software.amazon.awssdk.services.paymentcryptographydata.model.MacAlgorithmEmv
-
Packages that use MacAlgorithmEmv Package Description software.amazon.awssdk.services.paymentcryptographydata.model -
-
Uses of MacAlgorithmEmv in software.amazon.awssdk.services.paymentcryptographydata.model
Methods in software.amazon.awssdk.services.paymentcryptographydata.model that return MacAlgorithmEmv Modifier and Type Method Description MacAlgorithmEmvMacAttributes. emvMac()Parameters that are required for MAC generation or verification using EMV MAC algorithm.Methods in software.amazon.awssdk.services.paymentcryptographydata.model with parameters of type MacAlgorithmEmv Modifier and Type Method Description MacAttributes.BuilderMacAttributes.Builder. emvMac(MacAlgorithmEmv emvMac)Parameters that are required for MAC generation or verification using EMV MAC algorithm.static MacAttributesMacAttributes. fromEmvMac(MacAlgorithmEmv emvMac)Create an instance of this class withMacAttributes.emvMac()initialized to the given value.
-