@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VisaPinVerificationValue extends Object implements Serializable, Cloneable, StructuredPojo
Parameters that are required to generate or verify Visa PVV (PIN Verification Value).
Constructor and Description |
---|
VisaPinVerificationValue() |
Modifier and Type | Method and Description |
---|---|
VisaPinVerificationValue |
clone() |
boolean |
equals(Object obj) |
String |
getEncryptedPinBlock()
The encrypted PIN block data to verify.
|
Integer |
getPinVerificationKeyIndex()
The value for PIN verification index.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEncryptedPinBlock(String encryptedPinBlock)
The encrypted PIN block data to verify.
|
void |
setPinVerificationKeyIndex(Integer pinVerificationKeyIndex)
The value for PIN verification index.
|
String |
toString()
Returns a string representation of this object.
|
VisaPinVerificationValue |
withEncryptedPinBlock(String encryptedPinBlock)
The encrypted PIN block data to verify.
|
VisaPinVerificationValue |
withPinVerificationKeyIndex(Integer pinVerificationKeyIndex)
The value for PIN verification index.
|
public void setEncryptedPinBlock(String encryptedPinBlock)
The encrypted PIN block data to verify.
encryptedPinBlock
- The encrypted PIN block data to verify.public String getEncryptedPinBlock()
The encrypted PIN block data to verify.
public VisaPinVerificationValue withEncryptedPinBlock(String encryptedPinBlock)
The encrypted PIN block data to verify.
encryptedPinBlock
- The encrypted PIN block data to verify.public void setPinVerificationKeyIndex(Integer pinVerificationKeyIndex)
The value for PIN verification index. It is used in the Visa PIN algorithm to calculate the PVV (PIN Verification Value).
pinVerificationKeyIndex
- The value for PIN verification index. It is used in the Visa PIN algorithm to calculate the PVV (PIN
Verification Value).public Integer getPinVerificationKeyIndex()
The value for PIN verification index. It is used in the Visa PIN algorithm to calculate the PVV (PIN Verification Value).
public VisaPinVerificationValue withPinVerificationKeyIndex(Integer pinVerificationKeyIndex)
The value for PIN verification index. It is used in the Visa PIN algorithm to calculate the PVV (PIN Verification Value).
pinVerificationKeyIndex
- The value for PIN verification index. It is used in the Visa PIN algorithm to calculate the PVV (PIN
Verification Value).public String toString()
toString
in class Object
Object.toString()
public VisaPinVerificationValue clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.