public class PostQuantumCryptoEncryptRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
PostQuantumCryptoEncryptRequest() |
PostQuantumCryptoEncryptRequest(PostQuantumCryptoEncryptRequest 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 |
getKeyId()
Get Globally unique ID of the CMK generated by calling the `CreateKey` API
|
String |
getPlainText()
Get Encrypted plaintext data.
|
void |
setKeyId(String KeyId)
Set Globally unique ID of the CMK generated by calling the `CreateKey` API
|
void |
setPlainText(String PlainText)
Set Encrypted plaintext data.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public PostQuantumCryptoEncryptRequest()
public PostQuantumCryptoEncryptRequest(PostQuantumCryptoEncryptRequest source)
public String getKeyId()
public void setKeyId(String KeyId)
KeyId
- Globally unique ID of the CMK generated by calling the `CreateKey` APIpublic String getPlainText()
public void setPlainText(String PlainText)
PlainText
- Encrypted plaintext data. This field must be Base64-encoded. The maximum size of the original data is 4 KB.Copyright © 2024. All rights reserved.