public class AsymmetricSm2DecryptRequest extends AbstractModel
| Constructor and Description | 
|---|
| AsymmetricSm2DecryptRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getCiphertext()Get Base64-encoded ciphertext encrypted with `PublicKey`, whose length cannot exceed 256 bytes. | 
| String | getKeyId()Get Unique CMK ID | 
| void | setCiphertext(String Ciphertext)Set Base64-encoded ciphertext encrypted with `PublicKey`, whose length cannot exceed 256 bytes. | 
| 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`, whose length cannot exceed 256 bytes.Copyright © 2020. All rights reserved.