@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReEncryptDataResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ReEncryptDataResult() |
Modifier and Type | Method and Description |
---|---|
ReEncryptDataResult |
clone() |
boolean |
equals(Object obj) |
String |
getCipherText()
The encrypted ciphertext.
|
String |
getKeyArn()
The keyARN (Amazon Resource Name) of the encryption key that Amazon Web Services Payment Cryptography uses for
plaintext encryption.
|
String |
getKeyCheckValue()
The key check value (KCV) of the encryption key.
|
int |
hashCode() |
void |
setCipherText(String cipherText)
The encrypted ciphertext.
|
void |
setKeyArn(String keyArn)
The keyARN (Amazon Resource Name) of the encryption key that Amazon Web Services Payment Cryptography uses for
plaintext encryption.
|
void |
setKeyCheckValue(String keyCheckValue)
The key check value (KCV) of the encryption key.
|
String |
toString()
Returns a string representation of this object.
|
ReEncryptDataResult |
withCipherText(String cipherText)
The encrypted ciphertext.
|
ReEncryptDataResult |
withKeyArn(String keyArn)
The keyARN (Amazon Resource Name) of the encryption key that Amazon Web Services Payment Cryptography uses for
plaintext encryption.
|
ReEncryptDataResult |
withKeyCheckValue(String keyCheckValue)
The key check value (KCV) of the encryption key.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setCipherText(String cipherText)
The encrypted ciphertext.
cipherText
- The encrypted ciphertext.public String getCipherText()
The encrypted ciphertext.
public ReEncryptDataResult withCipherText(String cipherText)
The encrypted ciphertext.
cipherText
- The encrypted ciphertext.public void setKeyArn(String keyArn)
The keyARN (Amazon Resource Name) of the encryption key that Amazon Web Services Payment Cryptography uses for plaintext encryption.
keyArn
- The keyARN (Amazon Resource Name) of the encryption key that Amazon Web Services Payment Cryptography uses
for plaintext encryption.public String getKeyArn()
The keyARN (Amazon Resource Name) of the encryption key that Amazon Web Services Payment Cryptography uses for plaintext encryption.
public ReEncryptDataResult withKeyArn(String keyArn)
The keyARN (Amazon Resource Name) of the encryption key that Amazon Web Services Payment Cryptography uses for plaintext encryption.
keyArn
- The keyARN (Amazon Resource Name) of the encryption key that Amazon Web Services Payment Cryptography uses
for plaintext encryption.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 ReEncryptDataResult 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 String toString()
toString
in class Object
Object.toString()
public ReEncryptDataResult clone()