| Package | Description |
|---|---|
| com.amazonaws.services.paymentcryptographydata.model |
| Modifier and Type | Method and Description |
|---|---|
MacAlgorithmDukpt |
MacAlgorithmDukpt.clone() |
MacAlgorithmDukpt |
MacAttributes.getDukptCmac()
Parameters that are required for MAC generation or verification using DUKPT CMAC algorithm.
|
MacAlgorithmDukpt |
MacAttributes.getDukptIso9797Algorithm1()
Parameters that are required for MAC generation or verification using DUKPT ISO 9797 algorithm1.
|
MacAlgorithmDukpt |
MacAttributes.getDukptIso9797Algorithm3()
Parameters that are required for MAC generation or verification using DUKPT ISO 9797 algorithm2.
|
MacAlgorithmDukpt |
MacAlgorithmDukpt.withDukptDerivationType(DukptDerivationType dukptDerivationType)
The key type derived using DUKPT from a Base Derivation Key (BDK) and Key Serial Number (KSN).
|
MacAlgorithmDukpt |
MacAlgorithmDukpt.withDukptDerivationType(String dukptDerivationType)
The key type derived using DUKPT from a Base Derivation Key (BDK) and Key Serial Number (KSN).
|
MacAlgorithmDukpt |
MacAlgorithmDukpt.withDukptKeyVariant(DukptKeyVariant dukptKeyVariant)
The type of use of DUKPT, which can be MAC generation, MAC verification, or both.
|
MacAlgorithmDukpt |
MacAlgorithmDukpt.withDukptKeyVariant(String dukptKeyVariant)
The type of use of DUKPT, which can be MAC generation, MAC verification, or both.
|
MacAlgorithmDukpt |
MacAlgorithmDukpt.withKeySerialNumber(String keySerialNumber)
The unique identifier known as Key Serial Number (KSN) that comes from an encrypting device using DUKPT
encryption method.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MacAttributes.setDukptCmac(MacAlgorithmDukpt dukptCmac)
Parameters that are required for MAC generation or verification using DUKPT CMAC algorithm.
|
void |
MacAttributes.setDukptIso9797Algorithm1(MacAlgorithmDukpt dukptIso9797Algorithm1)
Parameters that are required for MAC generation or verification using DUKPT ISO 9797 algorithm1.
|
void |
MacAttributes.setDukptIso9797Algorithm3(MacAlgorithmDukpt dukptIso9797Algorithm3)
Parameters that are required for MAC generation or verification using DUKPT ISO 9797 algorithm2.
|
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.
|
Copyright © 2023. All rights reserved.