public class PostQuantumCryptoSignRequest extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getKeyId()
Get 密钥的唯一标识
|
String |
getMessage()
Get Base64 编码的消息原文。消息原文的长度(Base64编码前的长度)不超过4096字节。
|
void |
setKeyId(String KeyId)
Set 密钥的唯一标识
|
void |
setMessage(String Message)
Set Base64 编码的消息原文。消息原文的长度(Base64编码前的长度)不超过4096字节。
|
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 PostQuantumCryptoSignRequest()
public PostQuantumCryptoSignRequest(PostQuantumCryptoSignRequest source)
public String getMessage()
public void setMessage(String Message)
Message
- Base64 编码的消息原文。消息原文的长度(Base64编码前的长度)不超过4096字节。public String getKeyId()
public void setKeyId(String KeyId)
KeyId
- 密钥的唯一标识Copyright © 2024. All rights reserved.