public class PostQuantumCryptoVerifyRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| PostQuantumCryptoVerifyRequest() | 
| PostQuantumCryptoVerifyRequest(PostQuantumCryptoVerifyRequest 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字节。 | 
| String | getSignatureValue()Get 签名值,通过调用KMS PostQuantumCryptoSign签名接口生成 | 
| void | setKeyId(String KeyId)Set 密钥的唯一标识 | 
| void | setMessage(String Message)Set Base64 编码的消息原文,消息原文的长度(Base64编码前的长度)不超过4096字节。 | 
| void | setSignatureValue(String SignatureValue)Set 签名值,通过调用KMS PostQuantumCryptoSign签名接口生成 | 
| 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, toJsonStringpublic PostQuantumCryptoVerifyRequest()
public PostQuantumCryptoVerifyRequest(PostQuantumCryptoVerifyRequest source)
public String getKeyId()
public void setKeyId(String KeyId)
KeyId - 密钥的唯一标识public String getSignatureValue()
public void setSignatureValue(String SignatureValue)
SignatureValue - 签名值,通过调用KMS PostQuantumCryptoSign签名接口生成public String getMessage()
public void setMessage(String Message)
Message - Base64 编码的消息原文,消息原文的长度(Base64编码前的长度)不超过4096字节。Copyright © 2025. All rights reserved.