public class DecryptRequest extends AbstractModel
构造器和说明 |
---|
DecryptRequest() |
限定符和类型 | 方法和说明 |
---|---|
String |
getCiphertextBlob()
获取待解密的密文数据
|
String |
getEncryptionContext()
获取key/value对的json字符串,如果Encrypt指定了该参数,则在调用Decrypt API时需要提供同样的参数,最大支持1024字符
|
void |
setCiphertextBlob(String CiphertextBlob)
设置待解密的密文数据
|
void |
setEncryptionContext(String EncryptionContext)
设置key/value对的json字符串,如果Encrypt指定了该参数,则在调用Decrypt API时需要提供同样的参数,最大支持1024字符
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
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 © 2019. All rights reserved.