| Package | Description |
|---|---|
| com.amazonaws.services.paymentcryptographydata.model |
| Modifier and Type | Method and Description |
|---|---|
MacAttributes |
MacAttributes.clone() |
MacAttributes |
GenerateMacRequest.getGenerationAttributes()
The attributes and data values to use for MAC generation within Amazon Web Services Payment Cryptography.
|
MacAttributes |
VerifyMacRequest.getVerificationAttributes()
The attributes and data values to use for MAC verification within Amazon Web Services Payment Cryptography.
|
MacAttributes |
MacAttributes.withAlgorithm(MacAlgorithm algorithm)
The encryption algorithm for MAC generation or verification.
|
MacAttributes |
MacAttributes.withAlgorithm(String algorithm)
The encryption algorithm for MAC generation or verification.
|
MacAttributes |
MacAttributes.withDukptCmac(MacAlgorithmDukpt dukptCmac)
Parameters that are required for MAC generation or verification using DUKPT CMAC algorithm.
|
MacAttributes |
MacAttributes.withDukptIso9797Algorithm1(MacAlgorithmDukpt dukptIso9797Algorithm1)
Parameters that are required for MAC generation or verification using DUKPT ISO 9797 algorithm1.
|
MacAttributes |
MacAttributes.withDukptIso9797Algorithm3(MacAlgorithmDukpt dukptIso9797Algorithm3)
Parameters that are required for MAC generation or verification using DUKPT ISO 9797 algorithm2.
|
MacAttributes |
MacAttributes.withEmvMac(MacAlgorithmEmv emvMac)
Parameters that are required for MAC generation or verification using EMV MAC algorithm.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GenerateMacRequest.setGenerationAttributes(MacAttributes generationAttributes)
The attributes and data values to use for MAC generation within Amazon Web Services Payment Cryptography.
|
void |
VerifyMacRequest.setVerificationAttributes(MacAttributes verificationAttributes)
The attributes and data values to use for MAC verification within Amazon Web Services Payment Cryptography.
|
GenerateMacRequest |
GenerateMacRequest.withGenerationAttributes(MacAttributes generationAttributes)
The attributes and data values to use for MAC generation within Amazon Web Services Payment Cryptography.
|
VerifyMacRequest |
VerifyMacRequest.withVerificationAttributes(MacAttributes verificationAttributes)
The attributes and data values to use for MAC verification within Amazon Web Services Payment Cryptography.
|
Copyright © 2023. All rights reserved.