public class PostQuantumCryptoEncryptRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
PostQuantumCryptoEncryptRequest() |
PostQuantumCryptoEncryptRequest(PostQuantumCryptoEncryptRequest 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 |
getKeyId()
Get 调用CreateKey生成的CMK全局唯一标识符
|
String |
getPlainText()
Get 被加密的明文数据,该字段必须使用base64编码,原文最大长度支持4K
|
void |
setKeyId(String KeyId)
Set 调用CreateKey生成的CMK全局唯一标识符
|
void |
setPlainText(String PlainText)
Set 被加密的明文数据,该字段必须使用base64编码,原文最大长度支持4K
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public PostQuantumCryptoEncryptRequest()
public PostQuantumCryptoEncryptRequest(PostQuantumCryptoEncryptRequest source)
public String getKeyId()
public void setKeyId(String KeyId)
KeyId
- 调用CreateKey生成的CMK全局唯一标识符public String getPlainText()
public void setPlainText(String PlainText)
PlainText
- 被加密的明文数据,该字段必须使用base64编码,原文最大长度支持4KCopyright © 2024. All rights reserved.