Class ReEncryptResponse
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.kms.v20190118.models.ReEncryptResponse
-
public class ReEncryptResponse extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCiphertextBlob()Get 重新加密后的密文StringgetKeyId()Get 重新加密使用的CMKBooleangetReEncrypted()Get true表示密文已经重新加密。同一个CMK进行重加密,在密钥没有发生轮换的情况下不会进行实际重新加密操作,返回原密文StringgetRequestId()Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。StringgetSourceKeyId()Get 重新加密前密文使用的CMKvoidsetCiphertextBlob(String CiphertextBlob)Set 重新加密后的密文voidsetKeyId(String KeyId)Set 重新加密使用的CMKvoidsetReEncrypted(Boolean ReEncrypted)Set true表示密文已经重新加密。同一个CMK进行重加密,在密钥没有发生轮换的情况下不会进行实际重新加密操作,返回原密文voidsetRequestId(String RequestId)Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。voidsetSourceKeyId(String SourceKeyId)Set 重新加密前密文使用的CMKvoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ReEncryptResponse
public ReEncryptResponse()
-
ReEncryptResponse
public 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.
-
-
Method Detail
-
getCiphertextBlob
public String getCiphertextBlob()
Get 重新加密后的密文- Returns:
- CiphertextBlob 重新加密后的密文
-
setCiphertextBlob
public void setCiphertextBlob(String CiphertextBlob)
Set 重新加密后的密文- Parameters:
CiphertextBlob- 重新加密后的密文
-
getKeyId
public String getKeyId()
Get 重新加密使用的CMK- Returns:
- KeyId 重新加密使用的CMK
-
setKeyId
public void setKeyId(String KeyId)
Set 重新加密使用的CMK- Parameters:
KeyId- 重新加密使用的CMK
-
getSourceKeyId
public String getSourceKeyId()
Get 重新加密前密文使用的CMK- Returns:
- SourceKeyId 重新加密前密文使用的CMK
-
setSourceKeyId
public void setSourceKeyId(String SourceKeyId)
Set 重新加密前密文使用的CMK- Parameters:
SourceKeyId- 重新加密前密文使用的CMK
-
getReEncrypted
public Boolean getReEncrypted()
Get true表示密文已经重新加密。同一个CMK进行重加密,在密钥没有发生轮换的情况下不会进行实际重新加密操作,返回原密文- Returns:
- ReEncrypted true表示密文已经重新加密。同一个CMK进行重加密,在密钥没有发生轮换的情况下不会进行实际重新加密操作,返回原密文
-
setReEncrypted
public void setReEncrypted(Boolean ReEncrypted)
Set true表示密文已经重新加密。同一个CMK进行重加密,在密钥没有发生轮换的情况下不会进行实际重新加密操作,返回原密文- Parameters:
ReEncrypted- true表示密文已经重新加密。同一个CMK进行重加密,在密钥没有发生轮换的情况下不会进行实际重新加密操作,返回原密文
-
getRequestId
public String getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Returns:
- RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
setRequestId
public void setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Parameters:
RequestId- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
-