public class ReEncryptResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
ReEncryptResponse() |
ReEncryptResponse(ReEncryptResponse source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getCiphertextBlob()
Get Re-encrypted ciphertext
|
String |
getKeyId()
Get CMK used for re-encryption
|
Boolean |
getReEncrypted()
Get `true` indicates that the ciphertext has been re-encrypted.
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
String |
getSourceKeyId()
Get CMK used by ciphertext before re-encryption
|
void |
setCiphertextBlob(String CiphertextBlob)
Set Re-encrypted ciphertext
|
void |
setKeyId(String KeyId)
Set CMK used for re-encryption
|
void |
setReEncrypted(Boolean ReEncrypted)
Set `true` indicates that the ciphertext has been re-encrypted.
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setSourceKeyId(String SourceKeyId)
Set CMK used by ciphertext before re-encryption
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ReEncryptResponse()
public ReEncryptResponse(ReEncryptResponse source)
public String getCiphertextBlob()
public void setCiphertextBlob(String CiphertextBlob)
CiphertextBlob
- Re-encrypted ciphertextpublic String getKeyId()
public void setKeyId(String KeyId)
KeyId
- CMK used for re-encryptionpublic String getSourceKeyId()
public void setSourceKeyId(String SourceKeyId)
SourceKeyId
- CMK used by ciphertext before re-encryptionpublic Boolean getReEncrypted()
public void setReEncrypted(Boolean ReEncrypted)
ReEncrypted
- `true` indicates that the ciphertext has been re-encrypted. When re-encryption is initiated by using the same CMK, as long as the CMK is not rotated, no actual re-encryption will be performed, and the original ciphertext will be returnedpublic String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2025. All rights reserved.