public class DecryptRequest extends AbstractModel
Constructor and Description |
---|
DecryptRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getCiphertextBlob()
Get 待解密的密文数据
|
String |
getEncryptionContext()
Get key/value对的json字符串,如果Encrypt指定了该参数,则在调用Decrypt API时需要提供同样的参数,最大支持1024字符
|
void |
setCiphertextBlob(String CiphertextBlob)
Set 待解密的密文数据
|
void |
setEncryptionContext(String EncryptionContext)
Set key/value对的json字符串,如果Encrypt指定了该参数,则在调用Decrypt API时需要提供同样的参数,最大支持1024字符
|
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, toJsonString
public String getCiphertextBlob()
public void setCiphertextBlob(String CiphertextBlob)
CiphertextBlob
- 待解密的密文数据public String getEncryptionContext()
public void setEncryptionContext(String EncryptionContext)
EncryptionContext
- key/value对的json字符串,如果Encrypt指定了该参数,则在调用Decrypt API时需要提供同样的参数,最大支持1024字符Copyright © 2020. All rights reserved.