@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DecryptDataResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DecryptDataResult() |
| Modifier and Type | Method and Description |
|---|---|
DecryptDataResult |
clone() |
boolean |
equals(Object obj) |
String |
getKeyArn()
The
keyARN of the encryption key that Amazon Web Services Payment Cryptography uses for ciphertext
decryption. |
String |
getKeyCheckValue()
The key check value (KCV) of the encryption key.
|
String |
getPlainText()
The decrypted plaintext data.
|
int |
hashCode() |
void |
setKeyArn(String keyArn)
The
keyARN of the encryption key that Amazon Web Services Payment Cryptography uses for ciphertext
decryption. |
void |
setKeyCheckValue(String keyCheckValue)
The key check value (KCV) of the encryption key.
|
void |
setPlainText(String plainText)
The decrypted plaintext data.
|
String |
toString()
Returns a string representation of this object.
|
DecryptDataResult |
withKeyArn(String keyArn)
The
keyARN of the encryption key that Amazon Web Services Payment Cryptography uses for ciphertext
decryption. |
DecryptDataResult |
withKeyCheckValue(String keyCheckValue)
The key check value (KCV) of the encryption key.
|
DecryptDataResult |
withPlainText(String plainText)
The decrypted plaintext data.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setKeyArn(String keyArn)
The keyARN of the encryption key that Amazon Web Services Payment Cryptography uses for ciphertext
decryption.
keyArn - The keyARN of the encryption key that Amazon Web Services Payment Cryptography uses for
ciphertext decryption.public String getKeyArn()
The keyARN of the encryption key that Amazon Web Services Payment Cryptography uses for ciphertext
decryption.
keyARN of the encryption key that Amazon Web Services Payment Cryptography uses for
ciphertext decryption.public DecryptDataResult withKeyArn(String keyArn)
The keyARN of the encryption key that Amazon Web Services Payment Cryptography uses for ciphertext
decryption.
keyArn - The keyARN of the encryption key that Amazon Web Services Payment Cryptography uses for
ciphertext decryption.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 DecryptDataResult 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 setPlainText(String plainText)
The decrypted plaintext data.
plainText - The decrypted plaintext data.public String getPlainText()
The decrypted plaintext data.
public DecryptDataResult withPlainText(String plainText)
The decrypted plaintext data.
plainText - The decrypted plaintext data.public String toString()
toString in class ObjectObject.toString()public DecryptDataResult clone()
Copyright © 2024. All rights reserved.