public class DecryptRequest extends AbstractModel
Constructor and Description |
---|
DecryptRequest() |
DecryptRequest(DecryptRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getCiphertextBlob()
Get The ciphertext data to be decrypted.
|
String |
getEncryptionContext()
Get JSON string of key-value pair.
|
void |
setCiphertextBlob(String CiphertextBlob)
Set The ciphertext data to be decrypted.
|
void |
setEncryptionContext(String EncryptionContext)
Set JSON string of key-value pair.
|
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 DecryptRequest()
public DecryptRequest(DecryptRequest source)
public String getCiphertextBlob()
public void setCiphertextBlob(String CiphertextBlob)
CiphertextBlob
- The ciphertext data to be decrypted.public String getEncryptionContext()
public void setEncryptionContext(String EncryptionContext)
EncryptionContext
- JSON string of key-value pair. If this parameter is specified for `Encrypt`, the same parameter needs to be provided when the `Decrypt` API is called. The maximum length is 1,024 bytes.Copyright © 2021. All rights reserved.