public class AsymmetricRsaDecryptRequest extends AbstractModel
| Constructor and Description | 
|---|
| AsymmetricRsaDecryptRequest() | 
| 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 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 © 2020. All rights reserved.