@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VerifyPinDataResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
VerifyPinDataResult() |
Modifier and Type | Method and Description |
---|---|
VerifyPinDataResult |
clone() |
boolean |
equals(Object obj) |
String |
getEncryptionKeyArn()
The
keyARN of the PEK that Amazon Web Services Payment Cryptography uses for encrypted pin block
generation. |
String |
getEncryptionKeyCheckValue()
The key check value (KCV) of the encryption key.
|
String |
getVerificationKeyArn()
The
keyARN of the PIN encryption key that Amazon Web Services Payment Cryptography uses for PIN or
PIN Offset verification. |
String |
getVerificationKeyCheckValue()
The key check value (KCV) of the encryption key.
|
int |
hashCode() |
void |
setEncryptionKeyArn(String encryptionKeyArn)
The
keyARN of the PEK that Amazon Web Services Payment Cryptography uses for encrypted pin block
generation. |
void |
setEncryptionKeyCheckValue(String encryptionKeyCheckValue)
The key check value (KCV) of the encryption key.
|
void |
setVerificationKeyArn(String verificationKeyArn)
The
keyARN of the PIN encryption key that Amazon Web Services Payment Cryptography uses for PIN or
PIN Offset verification. |
void |
setVerificationKeyCheckValue(String verificationKeyCheckValue)
The key check value (KCV) of the encryption key.
|
String |
toString()
Returns a string representation of this object.
|
VerifyPinDataResult |
withEncryptionKeyArn(String encryptionKeyArn)
The
keyARN of the PEK that Amazon Web Services Payment Cryptography uses for encrypted pin block
generation. |
VerifyPinDataResult |
withEncryptionKeyCheckValue(String encryptionKeyCheckValue)
The key check value (KCV) of the encryption key.
|
VerifyPinDataResult |
withVerificationKeyArn(String verificationKeyArn)
The
keyARN of the PIN encryption key that Amazon Web Services Payment Cryptography uses for PIN or
PIN Offset verification. |
VerifyPinDataResult |
withVerificationKeyCheckValue(String verificationKeyCheckValue)
The key check value (KCV) of the encryption key.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setVerificationKeyArn(String verificationKeyArn)
The keyARN
of the PIN encryption key that Amazon Web Services Payment Cryptography uses for PIN or
PIN Offset verification.
verificationKeyArn
- The keyARN
of the PIN encryption key that Amazon Web Services Payment Cryptography uses for
PIN or PIN Offset verification.public String getVerificationKeyArn()
The keyARN
of the PIN encryption key that Amazon Web Services Payment Cryptography uses for PIN or
PIN Offset verification.
keyARN
of the PIN encryption key that Amazon Web Services Payment Cryptography uses for
PIN or PIN Offset verification.public VerifyPinDataResult withVerificationKeyArn(String verificationKeyArn)
The keyARN
of the PIN encryption key that Amazon Web Services Payment Cryptography uses for PIN or
PIN Offset verification.
verificationKeyArn
- The keyARN
of the PIN encryption key that Amazon Web Services Payment Cryptography uses for
PIN or PIN Offset verification.public void setVerificationKeyCheckValue(String verificationKeyCheckValue)
The key check value (KCV) of the encryption key. The KCV is used to check if all parties holding a given key have the same key or to detect that a key has changed.
Amazon Web Services Payment Cryptography computes the KCV according to the CMAC specification.
verificationKeyCheckValue
- The key check value (KCV) of the encryption key. The KCV is used to check if all parties holding a given
key have the same key or to detect that a key has changed.
Amazon Web Services Payment Cryptography computes the KCV according to the CMAC specification.
public String getVerificationKeyCheckValue()
The key check value (KCV) of the encryption key. The KCV is used to check if all parties holding a given key have the same key or to detect that a key has changed.
Amazon Web Services Payment Cryptography computes the KCV according to the CMAC specification.
Amazon Web Services Payment Cryptography computes the KCV according to the CMAC specification.
public VerifyPinDataResult withVerificationKeyCheckValue(String verificationKeyCheckValue)
The key check value (KCV) of the encryption key. The KCV is used to check if all parties holding a given key have the same key or to detect that a key has changed.
Amazon Web Services Payment Cryptography computes the KCV according to the CMAC specification.
verificationKeyCheckValue
- The key check value (KCV) of the encryption key. The KCV is used to check if all parties holding a given
key have the same key or to detect that a key has changed.
Amazon Web Services Payment Cryptography computes the KCV according to the CMAC specification.
public void setEncryptionKeyArn(String encryptionKeyArn)
The keyARN
of the PEK that Amazon Web Services Payment Cryptography uses for encrypted pin block
generation.
encryptionKeyArn
- The keyARN
of the PEK that Amazon Web Services Payment Cryptography uses for encrypted pin
block generation.public String getEncryptionKeyArn()
The keyARN
of the PEK that Amazon Web Services Payment Cryptography uses for encrypted pin block
generation.
keyARN
of the PEK that Amazon Web Services Payment Cryptography uses for encrypted pin
block generation.public VerifyPinDataResult withEncryptionKeyArn(String encryptionKeyArn)
The keyARN
of the PEK that Amazon Web Services Payment Cryptography uses for encrypted pin block
generation.
encryptionKeyArn
- The keyARN
of the PEK that Amazon Web Services Payment Cryptography uses for encrypted pin
block generation.public void setEncryptionKeyCheckValue(String encryptionKeyCheckValue)
The key check value (KCV) of the encryption key. The KCV is used to check if all parties holding a given key have the same key or to detect that a key has changed.
Amazon Web Services Payment Cryptography computes the KCV according to the CMAC specification.
encryptionKeyCheckValue
- The key check value (KCV) of the encryption key. The KCV is used to check if all parties holding a given
key have the same key or to detect that a key has changed.
Amazon Web Services Payment Cryptography computes the KCV according to the CMAC specification.
public String getEncryptionKeyCheckValue()
The key check value (KCV) of the encryption key. The KCV is used to check if all parties holding a given key have the same key or to detect that a key has changed.
Amazon Web Services Payment Cryptography computes the KCV according to the CMAC specification.
Amazon Web Services Payment Cryptography computes the KCV according to the CMAC specification.
public VerifyPinDataResult withEncryptionKeyCheckValue(String encryptionKeyCheckValue)
The key check value (KCV) of the encryption key. The KCV is used to check if all parties holding a given key have the same key or to detect that a key has changed.
Amazon Web Services Payment Cryptography computes the KCV according to the CMAC specification.
encryptionKeyCheckValue
- The key check value (KCV) of the encryption key. The KCV is used to check if all parties holding a given
key have the same key or to detect that a key has changed.
Amazon Web Services Payment Cryptography computes the KCV according to the CMAC specification.
public String toString()
toString
in class Object
Object.toString()
public VerifyPinDataResult clone()