public class AsymmetricSm2DecryptRequest extends AbstractModel
Constructor and Description |
---|
AsymmetricSm2DecryptRequest() |
AsymmetricSm2DecryptRequest(AsymmetricSm2DecryptRequest 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 |
getCiphertext()
Get Base64-encoded ciphertext encrypted with `PublicKey`, whose length cannot exceed 256 bytes.
|
String |
getKeyId()
Get Unique CMK ID
|
void |
setCiphertext(String Ciphertext)
Set Base64-encoded ciphertext encrypted with `PublicKey`, whose length cannot exceed 256 bytes.
|
void |
setKeyId(String KeyId)
Set Unique CMK ID
|
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 AsymmetricSm2DecryptRequest()
public AsymmetricSm2DecryptRequest(AsymmetricSm2DecryptRequest source)
public String getKeyId()
public void setKeyId(String KeyId)
KeyId
- Unique CMK IDpublic String getCiphertext()
public void setCiphertext(String Ciphertext)
Ciphertext
- Base64-encoded ciphertext encrypted with `PublicKey`, whose length cannot exceed 256 bytes.Copyright © 2023. All rights reserved.