public class ReEncryptResponse extends AbstractModel
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 重新加密后的密文
|
String |
getKeyId()
Get 重新加密使用的CMK
|
Boolean |
getReEncrypted()
Get true表示密文已经重新加密。同一个CMK进行重加密,在密钥没有发生轮换的情况下不会进行实际重新加密操作,返回原密文
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
String |
getSourceKeyId()
Get 重新加密前密文使用的CMK
|
void |
setCiphertextBlob(String CiphertextBlob)
Set 重新加密后的密文
|
void |
setKeyId(String KeyId)
Set 重新加密使用的CMK
|
void |
setReEncrypted(Boolean ReEncrypted)
Set true表示密文已经重新加密。同一个CMK进行重加密,在密钥没有发生轮换的情况下不会进行实际重新加密操作,返回原密文
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setSourceKeyId(String SourceKeyId)
Set 重新加密前密文使用的CMK
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ReEncryptResponse()
public ReEncryptResponse(ReEncryptResponse source)
public String getCiphertextBlob()
public void setCiphertextBlob(String CiphertextBlob)
CiphertextBlob
- 重新加密后的密文public String getKeyId()
public void setKeyId(String KeyId)
KeyId
- 重新加密使用的CMKpublic String getSourceKeyId()
public void setSourceKeyId(String SourceKeyId)
SourceKeyId
- 重新加密前密文使用的CMKpublic Boolean getReEncrypted()
public void setReEncrypted(Boolean ReEncrypted)
ReEncrypted
- true表示密文已经重新加密。同一个CMK进行重加密,在密钥没有发生轮换的情况下不会进行实际重新加密操作,返回原密文public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2023. All rights reserved.