| Package | Description |
|---|---|
| com.amazonaws.services.paymentcryptographydata.model |
| Modifier and Type | Method and Description |
|---|---|
PinGenerationAttributes |
PinGenerationAttributes.clone() |
PinGenerationAttributes |
GeneratePinDataRequest.getGenerationAttributes()
The attributes and values to use for PIN, PVV, or PIN Offset generation.
|
PinGenerationAttributes |
PinGenerationAttributes.withIbm3624NaturalPin(Ibm3624NaturalPin ibm3624NaturalPin)
Parameters that are required to generate or verify Ibm3624 natural PIN.
|
PinGenerationAttributes |
PinGenerationAttributes.withIbm3624PinFromOffset(Ibm3624PinFromOffset ibm3624PinFromOffset)
Parameters that are required to generate or verify Ibm3624 PIN from offset PIN.
|
PinGenerationAttributes |
PinGenerationAttributes.withIbm3624PinOffset(Ibm3624PinOffset ibm3624PinOffset)
Parameters that are required to generate or verify Ibm3624 PIN offset PIN.
|
PinGenerationAttributes |
PinGenerationAttributes.withIbm3624RandomPin(Ibm3624RandomPin ibm3624RandomPin)
Parameters that are required to generate or verify Ibm3624 random PIN.
|
PinGenerationAttributes |
PinGenerationAttributes.withVisaPin(VisaPin visaPin)
Parameters that are required to generate or verify Visa PIN.
|
PinGenerationAttributes |
PinGenerationAttributes.withVisaPinVerificationValue(VisaPinVerificationValue visaPinVerificationValue)
Parameters that are required to generate or verify Visa PIN Verification Value (PVV).
|
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratePinDataRequest.setGenerationAttributes(PinGenerationAttributes generationAttributes)
The attributes and values to use for PIN, PVV, or PIN Offset generation.
|
GeneratePinDataRequest |
GeneratePinDataRequest.withGenerationAttributes(PinGenerationAttributes generationAttributes)
The attributes and values to use for PIN, PVV, or PIN Offset generation.
|
Copyright © 2023. All rights reserved.