| Package | Description |
|---|---|
| software.amazon.awssdk.services.paymentcryptographydata.model |
| Modifier and Type | Method and Description |
|---|---|
static DukptAttributes.Builder |
DukptAttributes.builder() |
DukptAttributes.Builder |
DukptAttributes.Builder.dukptDerivationType(DukptDerivationType dukptDerivationType)
The key type derived using DUKPT from a Base Derivation Key (BDK) and Key Serial Number (KSN).
|
DukptAttributes.Builder |
DukptAttributes.Builder.dukptDerivationType(String dukptDerivationType)
The key type derived using DUKPT from a Base Derivation Key (BDK) and Key Serial Number (KSN).
|
DukptAttributes.Builder |
DukptAttributes.Builder.keySerialNumber(String keySerialNumber)
The unique identifier known as Key Serial Number (KSN) that comes from an encrypting device using DUKPT
encryption method.
|
DukptAttributes.Builder |
DukptAttributes.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DukptAttributes.Builder> |
DukptAttributes.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default VerifyPinDataRequest.Builder |
VerifyPinDataRequest.Builder.dukptAttributes(Consumer<DukptAttributes.Builder> dukptAttributes)
The attributes and values for the DUKPT encrypted PIN block data.
|
Copyright © 2023. All rights reserved.