Class PostQuantumCryptoSignRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.kms.v20190118.models.PostQuantumCryptoSignRequest
-
public class PostQuantumCryptoSignRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description PostQuantumCryptoSignRequest()PostQuantumCryptoSignRequest(PostQuantumCryptoSignRequest 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 StringgetKeyId()Get 密钥的唯一标识StringgetMessage()Get Base64 编码的消息原文。消息原文的长度(Base64编码前的长度)不超过4096字节。voidsetKeyId(String KeyId)Set 密钥的唯一标识voidsetMessage(String Message)Set Base64 编码的消息原文。消息原文的长度(Base64编码前的长度)不超过4096字节。voidtoMap(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
-
PostQuantumCryptoSignRequest
public PostQuantumCryptoSignRequest()
-
PostQuantumCryptoSignRequest
public PostQuantumCryptoSignRequest(PostQuantumCryptoSignRequest 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
-
getMessage
public String getMessage()
Get Base64 编码的消息原文。消息原文的长度(Base64编码前的长度)不超过4096字节。- Returns:
- Message Base64 编码的消息原文。消息原文的长度(Base64编码前的长度)不超过4096字节。
-
setMessage
public void setMessage(String Message)
Set Base64 编码的消息原文。消息原文的长度(Base64编码前的长度)不超过4096字节。- Parameters:
Message- Base64 编码的消息原文。消息原文的长度(Base64编码前的长度)不超过4096字节。
-
getKeyId
public String getKeyId()
Get 密钥的唯一标识- Returns:
- KeyId 密钥的唯一标识
-
setKeyId
public void setKeyId(String KeyId)
Set 密钥的唯一标识- Parameters:
KeyId- 密钥的唯一标识
-
-