| Package | Description |
|---|---|
| software.amazon.awssdk.services.paymentcryptographydata.model |
| Modifier and Type | Method and Description |
|---|---|
MacAlgorithmDukpt |
MacAttributes.dukptCmac()
Parameters that are required for MAC generation or verification using DUKPT CMAC algorithm.
|
MacAlgorithmDukpt |
MacAttributes.dukptIso9797Algorithm1()
Parameters that are required for MAC generation or verification using DUKPT ISO 9797 algorithm1.
|
MacAlgorithmDukpt |
MacAttributes.dukptIso9797Algorithm3()
Parameters that are required for MAC generation or verification using DUKPT ISO 9797 algorithm2.
|
| Modifier and Type | Method and Description |
|---|---|
MacAttributes.Builder |
MacAttributes.Builder.dukptCmac(MacAlgorithmDukpt dukptCmac)
Parameters that are required for MAC generation or verification using DUKPT CMAC algorithm.
|
MacAttributes.Builder |
MacAttributes.Builder.dukptIso9797Algorithm1(MacAlgorithmDukpt dukptIso9797Algorithm1)
Parameters that are required for MAC generation or verification using DUKPT ISO 9797 algorithm1.
|
MacAttributes.Builder |
MacAttributes.Builder.dukptIso9797Algorithm3(MacAlgorithmDukpt dukptIso9797Algorithm3)
Parameters that are required for MAC generation or verification using DUKPT ISO 9797 algorithm2.
|
static MacAttributes |
MacAttributes.fromDukptCmac(MacAlgorithmDukpt dukptCmac)
Create an instance of this class with
MacAttributes.dukptCmac() initialized to the given value. |
static MacAttributes |
MacAttributes.fromDukptIso9797Algorithm1(MacAlgorithmDukpt dukptIso9797Algorithm1)
Create an instance of this class with
MacAttributes.dukptIso9797Algorithm1() initialized to the given value. |
static MacAttributes |
MacAttributes.fromDukptIso9797Algorithm3(MacAlgorithmDukpt dukptIso9797Algorithm3)
Create an instance of this class with
MacAttributes.dukptIso9797Algorithm3() initialized to the given value. |
Copyright © 2023. All rights reserved.