public class AsymmetricSm2DecryptRequest extends AbstractModel
| Constructor and Description |
|---|
AsymmetricSm2DecryptRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCiphertext()
Get 使用PublicKey加密的密文,Base64编码。密文长度不能超过256字节。
|
String |
getKeyId()
Get CMK的唯一标识
|
void |
setCiphertext(String Ciphertext)
Set 使用PublicKey加密的密文,Base64编码。密文长度不能超过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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic String getKeyId()
public void setKeyId(String KeyId)
KeyId - CMK的唯一标识public String getCiphertext()
public void setCiphertext(String Ciphertext)
Ciphertext - 使用PublicKey加密的密文,Base64编码。密文长度不能超过256字节。Copyright © 2020. All rights reserved.