public class AsymmetricRsaDecryptRequest extends AbstractModel
| 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 Corresponding algorithm when a public key is used for encryption. | 
| String | getCiphertext()Get Base64-encoded ciphertext encrypted with `PublicKey` | 
| String | getKeyId()Get Unique CMK ID | 
| void | setAlgorithm(String Algorithm)Set Corresponding algorithm when a public key is used for encryption. | 
| void | setCiphertext(String Ciphertext)Set Base64-encoded ciphertext encrypted with `PublicKey` | 
| void | setKeyId(String KeyId)Set Unique CMK ID | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic AsymmetricRsaDecryptRequest()
public AsymmetricRsaDecryptRequest(AsymmetricRsaDecryptRequest source)
public String getKeyId()
public void setKeyId(String KeyId)
KeyId - Unique CMK IDpublic String getCiphertext()
public void setCiphertext(String Ciphertext)
Ciphertext - Base64-encoded ciphertext encrypted with `PublicKey`public String getAlgorithm()
public void setAlgorithm(String Algorithm)
Algorithm - Corresponding algorithm when a public key is used for encryption. Valid values: RSAES_PKCS1_V1_5, RSAES_OAEP_SHA_1, RSAES_OAEP_SHA_256Copyright © 2021. All rights reserved.