Uses of Class
software.amazon.awssdk.services.paymentcryptographydata.model.MacAttributes
-
Packages that use MacAttributes Package Description software.amazon.awssdk.services.paymentcryptographydata.model -
-
Uses of MacAttributes in software.amazon.awssdk.services.paymentcryptographydata.model
Methods in software.amazon.awssdk.services.paymentcryptographydata.model that return MacAttributes Modifier and Type Method Description static MacAttributesMacAttributes. fromAlgorithm(String algorithm)Create an instance of this class withalgorithmAsString()initialized to the given value.static MacAttributesMacAttributes. fromAlgorithm(MacAlgorithm algorithm)Create an instance of this class withalgorithmAsString()initialized to the given value.static MacAttributesMacAttributes. fromDukptCmac(Consumer<MacAlgorithmDukpt.Builder> dukptCmac)Create an instance of this class withdukptCmac()initialized to the given value.static MacAttributesMacAttributes. fromDukptCmac(MacAlgorithmDukpt dukptCmac)Create an instance of this class withdukptCmac()initialized to the given value.static MacAttributesMacAttributes. fromDukptIso9797Algorithm1(Consumer<MacAlgorithmDukpt.Builder> dukptIso9797Algorithm1)Create an instance of this class withdukptIso9797Algorithm1()initialized to the given value.static MacAttributesMacAttributes. fromDukptIso9797Algorithm1(MacAlgorithmDukpt dukptIso9797Algorithm1)Create an instance of this class withdukptIso9797Algorithm1()initialized to the given value.static MacAttributesMacAttributes. fromDukptIso9797Algorithm3(Consumer<MacAlgorithmDukpt.Builder> dukptIso9797Algorithm3)Create an instance of this class withdukptIso9797Algorithm3()initialized to the given value.static MacAttributesMacAttributes. fromDukptIso9797Algorithm3(MacAlgorithmDukpt dukptIso9797Algorithm3)Create an instance of this class withdukptIso9797Algorithm3()initialized to the given value.static MacAttributesMacAttributes. fromEmvMac(Consumer<MacAlgorithmEmv.Builder> emvMac)Create an instance of this class withemvMac()initialized to the given value.static MacAttributesMacAttributes. fromEmvMac(MacAlgorithmEmv emvMac)Create an instance of this class withemvMac()initialized to the given value.MacAttributesGenerateMacRequest. generationAttributes()The attributes and data values to use for MAC generation within Amazon Web Services Payment Cryptography.MacAttributesVerifyMacRequest. verificationAttributes()The attributes and data values to use for MAC verification within Amazon Web Services Payment Cryptography.Methods in software.amazon.awssdk.services.paymentcryptographydata.model with parameters of type MacAttributes Modifier and Type Method Description GenerateMacRequest.BuilderGenerateMacRequest.Builder. generationAttributes(MacAttributes generationAttributes)The attributes and data values to use for MAC generation within Amazon Web Services Payment Cryptography.VerifyMacRequest.BuilderVerifyMacRequest.Builder. verificationAttributes(MacAttributes verificationAttributes)The attributes and data values to use for MAC verification within Amazon Web Services Payment Cryptography.
-