Class PostQuantumCryptoVerifyRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.kms.v20190118.models.PostQuantumCryptoVerifyRequest
-
public class PostQuantumCryptoVerifyRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetKeyId()Get 密钥的唯一标识StringgetMessage()Get Base64 编码的消息原文,消息原文的长度(Base64编码前的长度)不超过4096字节。StringgetSignatureValue()Get 签名值,通过调用KMS PostQuantumCryptoSign签名接口生成voidsetKeyId(String KeyId)Set 密钥的唯一标识voidsetMessage(String Message)Set Base64 编码的消息原文,消息原文的长度(Base64编码前的长度)不超过4096字节。voidsetSignatureValue(String SignatureValue)Set 签名值,通过调用KMS PostQuantumCryptoSign签名接口生成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
-
PostQuantumCryptoVerifyRequest
public PostQuantumCryptoVerifyRequest()
-
PostQuantumCryptoVerifyRequest
public 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.
-
-
Method Detail
-
getKeyId
public String getKeyId()
Get 密钥的唯一标识- Returns:
- KeyId 密钥的唯一标识
-
setKeyId
public void setKeyId(String KeyId)
Set 密钥的唯一标识- Parameters:
KeyId- 密钥的唯一标识
-
getSignatureValue
public String getSignatureValue()
Get 签名值,通过调用KMS PostQuantumCryptoSign签名接口生成- Returns:
- SignatureValue 签名值,通过调用KMS PostQuantumCryptoSign签名接口生成
-
setSignatureValue
public void setSignatureValue(String SignatureValue)
Set 签名值,通过调用KMS PostQuantumCryptoSign签名接口生成- Parameters:
SignatureValue- 签名值,通过调用KMS PostQuantumCryptoSign签名接口生成
-
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字节。
-
-