| Package | Description |
|---|---|
| com.amazonaws.services.paymentcryptographydata.model |
| Modifier and Type | Method and Description |
|---|---|
DukptDerivationAttributes |
DukptDerivationAttributes.clone() |
DukptDerivationAttributes |
TranslatePinDataRequest.getIncomingDukptAttributes()
The attributes and values to use for incoming DUKPT encryption key for PIN block translation.
|
DukptDerivationAttributes |
TranslatePinDataRequest.getOutgoingDukptAttributes()
The attributes and values to use for outgoing DUKPT encryption key after PIN block translation.
|
DukptDerivationAttributes |
DukptDerivationAttributes.withDukptKeyDerivationType(DukptDerivationType dukptKeyDerivationType)
The key type derived using DUKPT from a Base Derivation Key (BDK) and Key Serial Number (KSN).
|
DukptDerivationAttributes |
DukptDerivationAttributes.withDukptKeyDerivationType(String dukptKeyDerivationType)
The key type derived using DUKPT from a Base Derivation Key (BDK) and Key Serial Number (KSN).
|
DukptDerivationAttributes |
DukptDerivationAttributes.withDukptKeyVariant(DukptKeyVariant dukptKeyVariant)
The type of use of DUKPT, which can be for incoming data decryption, outgoing data encryption, or both.
|
DukptDerivationAttributes |
DukptDerivationAttributes.withDukptKeyVariant(String dukptKeyVariant)
The type of use of DUKPT, which can be for incoming data decryption, outgoing data encryption, or both.
|
DukptDerivationAttributes |
DukptDerivationAttributes.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 |
TranslatePinDataRequest.setIncomingDukptAttributes(DukptDerivationAttributes incomingDukptAttributes)
The attributes and values to use for incoming DUKPT encryption key for PIN block translation.
|
void |
TranslatePinDataRequest.setOutgoingDukptAttributes(DukptDerivationAttributes outgoingDukptAttributes)
The attributes and values to use for outgoing DUKPT encryption key after PIN block translation.
|
TranslatePinDataRequest |
TranslatePinDataRequest.withIncomingDukptAttributes(DukptDerivationAttributes incomingDukptAttributes)
The attributes and values to use for incoming DUKPT encryption key for PIN block translation.
|
TranslatePinDataRequest |
TranslatePinDataRequest.withOutgoingDukptAttributes(DukptDerivationAttributes outgoingDukptAttributes)
The attributes and values to use for outgoing DUKPT encryption key after PIN block translation.
|
Copyright © 2024. All rights reserved.