public class AsymmetricSm2DecryptRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AsymmetricSm2DecryptRequest() | 
| AsymmetricSm2DecryptRequest(AsymmetricSm2DecryptRequest 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 | getCiphertext()Get 使用PublicKey加密的密文,Base64编码,原始密文格式需要为C1C3C2_ASN1。原始密文长度不能超过256字节。 | 
| String | getKeyId()Get CMK的唯一标识 | 
| void | setCiphertext(String Ciphertext)Set 使用PublicKey加密的密文,Base64编码,原始密文格式需要为C1C3C2_ASN1。原始密文长度不能超过256字节。 | 
| void | setKeyId(String KeyId)Set CMK的唯一标识 | 
| 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 AsymmetricSm2DecryptRequest()
public AsymmetricSm2DecryptRequest(AsymmetricSm2DecryptRequest source)
public String getKeyId()
public void setKeyId(String KeyId)
KeyId - CMK的唯一标识public String getCiphertext()
public void setCiphertext(String Ciphertext)
Ciphertext - 使用PublicKey加密的密文,Base64编码,原始密文格式需要为C1C3C2_ASN1。原始密文长度不能超过256字节。Copyright © 2025. All rights reserved.