Uses of Class
software.amazon.awssdk.services.paymentcryptographydata.model.MacAlgorithmDukpt
-
Packages that use MacAlgorithmDukpt Package Description software.amazon.awssdk.services.paymentcryptographydata.model -
-
Uses of MacAlgorithmDukpt in software.amazon.awssdk.services.paymentcryptographydata.model
Methods in software.amazon.awssdk.services.paymentcryptographydata.model that return MacAlgorithmDukpt Modifier and Type Method Description MacAlgorithmDukptMacAttributes. dukptCmac()Parameters that are required for MAC generation or verification using DUKPT CMAC algorithm.MacAlgorithmDukptMacAttributes. dukptIso9797Algorithm1()Parameters that are required for MAC generation or verification using DUKPT ISO 9797 algorithm1.MacAlgorithmDukptMacAttributes. dukptIso9797Algorithm3()Parameters that are required for MAC generation or verification using DUKPT ISO 9797 algorithm2.Methods in software.amazon.awssdk.services.paymentcryptographydata.model with parameters of type MacAlgorithmDukpt Modifier and Type Method Description MacAttributes.BuilderMacAttributes.Builder. dukptCmac(MacAlgorithmDukpt dukptCmac)Parameters that are required for MAC generation or verification using DUKPT CMAC algorithm.MacAttributes.BuilderMacAttributes.Builder. dukptIso9797Algorithm1(MacAlgorithmDukpt dukptIso9797Algorithm1)Parameters that are required for MAC generation or verification using DUKPT ISO 9797 algorithm1.MacAttributes.BuilderMacAttributes.Builder. dukptIso9797Algorithm3(MacAlgorithmDukpt dukptIso9797Algorithm3)Parameters that are required for MAC generation or verification using DUKPT ISO 9797 algorithm2.static MacAttributesMacAttributes. fromDukptCmac(MacAlgorithmDukpt dukptCmac)Create an instance of this class withMacAttributes.dukptCmac()initialized to the given value.static MacAttributesMacAttributes. fromDukptIso9797Algorithm1(MacAlgorithmDukpt dukptIso9797Algorithm1)Create an instance of this class withMacAttributes.dukptIso9797Algorithm1()initialized to the given value.static MacAttributesMacAttributes. fromDukptIso9797Algorithm3(MacAlgorithmDukpt dukptIso9797Algorithm3)Create an instance of this class withMacAttributes.dukptIso9797Algorithm3()initialized to the given value.
-