public class AsymmetricRsaDecryptRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AsymmetricRsaDecryptRequest() | 
| AsymmetricRsaDecryptRequest(AsymmetricRsaDecryptRequest 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 | getAlgorithm()Get 在使用公钥加密时对应的算法:当前支持RSAES_PKCS1_V1_5、RSAES_OAEP_SHA_1、RSAES_OAEP_SHA_256 | 
| String | getCiphertext()Get 使用PublicKey加密的密文,Base64编码 | 
| String | getKeyId()Get CMK的唯一标识 | 
| void | setAlgorithm(String Algorithm)Set 在使用公钥加密时对应的算法:当前支持RSAES_PKCS1_V1_5、RSAES_OAEP_SHA_1、RSAES_OAEP_SHA_256 | 
| void | setCiphertext(String Ciphertext)Set 使用PublicKey加密的密文,Base64编码 | 
| 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 AsymmetricRsaDecryptRequest()
public AsymmetricRsaDecryptRequest(AsymmetricRsaDecryptRequest source)
public String getKeyId()
public void setKeyId(String KeyId)
KeyId - CMK的唯一标识public String getCiphertext()
public void setCiphertext(String Ciphertext)
Ciphertext - 使用PublicKey加密的密文,Base64编码public String getAlgorithm()
public void setAlgorithm(String Algorithm)
Algorithm - 在使用公钥加密时对应的算法:当前支持RSAES_PKCS1_V1_5、RSAES_OAEP_SHA_1、RSAES_OAEP_SHA_256Copyright © 2025. All rights reserved.