@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TranslatePinDataResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
TranslatePinDataResult() |
Modifier and Type | Method and Description |
---|---|
TranslatePinDataResult |
clone() |
boolean |
equals(Object obj) |
String |
getKeyArn()
The
keyARN of the encryption key that Amazon Web Services Payment Cryptography uses to encrypt
outgoing PIN block data after translation. |
String |
getKeyCheckValue()
The key check value (KCV) of the encryption key.
|
String |
getPinBlock()
The ougoing encrypted PIN block data after tranlation.
|
int |
hashCode() |
void |
setKeyArn(String keyArn)
The
keyARN of the encryption key that Amazon Web Services Payment Cryptography uses to encrypt
outgoing PIN block data after translation. |
void |
setKeyCheckValue(String keyCheckValue)
The key check value (KCV) of the encryption key.
|
void |
setPinBlock(String pinBlock)
The ougoing encrypted PIN block data after tranlation.
|
String |
toString()
Returns a string representation of this object.
|
TranslatePinDataResult |
withKeyArn(String keyArn)
The
keyARN of the encryption key that Amazon Web Services Payment Cryptography uses to encrypt
outgoing PIN block data after translation. |
TranslatePinDataResult |
withKeyCheckValue(String keyCheckValue)
The key check value (KCV) of the encryption key.
|
TranslatePinDataResult |
withPinBlock(String pinBlock)
The ougoing encrypted PIN block data after tranlation.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setKeyArn(String keyArn)
The keyARN
of the encryption key that Amazon Web Services Payment Cryptography uses to encrypt
outgoing PIN block data after translation.
keyArn
- The keyARN
of the encryption key that Amazon Web Services Payment Cryptography uses to
encrypt outgoing PIN block data after translation.public String getKeyArn()
The keyARN
of the encryption key that Amazon Web Services Payment Cryptography uses to encrypt
outgoing PIN block data after translation.
keyARN
of the encryption key that Amazon Web Services Payment Cryptography uses to
encrypt outgoing PIN block data after translation.public TranslatePinDataResult withKeyArn(String keyArn)
The keyARN
of the encryption key that Amazon Web Services Payment Cryptography uses to encrypt
outgoing PIN block data after translation.
keyArn
- The keyARN
of the encryption key that Amazon Web Services Payment Cryptography uses to
encrypt outgoing PIN block data after translation.public void setKeyCheckValue(String keyCheckValue)
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 calculates the KCV by using standard algorithms, typically by encrypting 8 or 16 bytes or "00" or "01" and then truncating the result to the first 3 bytes, or 6 hex digits, of the resulting cryptogram.
keyCheckValue
- 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
calculates the KCV by using standard algorithms, typically by encrypting 8 or 16 bytes or "00" or "01" and
then truncating the result to the first 3 bytes, or 6 hex digits, of the resulting cryptogram.public String getKeyCheckValue()
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 calculates the KCV by using standard algorithms, typically by encrypting 8 or 16 bytes or "00" or "01" and then truncating the result to the first 3 bytes, or 6 hex digits, of the resulting cryptogram.
public TranslatePinDataResult withKeyCheckValue(String keyCheckValue)
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 calculates the KCV by using standard algorithms, typically by encrypting 8 or 16 bytes or "00" or "01" and then truncating the result to the first 3 bytes, or 6 hex digits, of the resulting cryptogram.
keyCheckValue
- 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
calculates the KCV by using standard algorithms, typically by encrypting 8 or 16 bytes or "00" or "01" and
then truncating the result to the first 3 bytes, or 6 hex digits, of the resulting cryptogram.public void setPinBlock(String pinBlock)
The ougoing encrypted PIN block data after tranlation.
pinBlock
- The ougoing encrypted PIN block data after tranlation.public String getPinBlock()
The ougoing encrypted PIN block data after tranlation.
public TranslatePinDataResult withPinBlock(String pinBlock)
The ougoing encrypted PIN block data after tranlation.
pinBlock
- The ougoing encrypted PIN block data after tranlation.public String toString()
toString
in class Object
Object.toString()
public TranslatePinDataResult clone()