public class DecryptRequest extends AbstractModel
Constructor and Description |
---|
DecryptRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getCiphertextBlob()
Get The ciphertext data to be decrypted.
|
String |
getEncryptionContext()
Get
|
void |
setCiphertextBlob(String CiphertextBlob)
Set The ciphertext data to be decrypted.
|
void |
setEncryptionContext(String EncryptionContext)
Set
|
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
- The ciphertext data to be decrypted.public String getEncryptionContext()
public void setEncryptionContext(String EncryptionContext)
EncryptionContext
- Copyright © 2020. All rights reserved.