public class AsymmetricRsaDecryptRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
AsymmetricRsaDecryptRequest() |
AsymmetricRsaDecryptRequest(AsymmetricRsaDecryptRequest 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 |
getAlgorithm()
Get Corresponding algorithm when a public key is used for encryption.
|
String |
getCiphertext()
Get Base64-encoded ciphertext encrypted with `PublicKey`
|
String |
getKeyId()
Get Unique CMK ID
|
void |
setAlgorithm(String Algorithm)
Set Corresponding algorithm when a public key is used for encryption.
|
void |
setCiphertext(String Ciphertext)
Set Base64-encoded ciphertext encrypted with `PublicKey`
|
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, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public AsymmetricRsaDecryptRequest()
public AsymmetricRsaDecryptRequest(AsymmetricRsaDecryptRequest 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`public String getAlgorithm()
public void setAlgorithm(String Algorithm)
Algorithm
- Corresponding algorithm when a public key is used for encryption. Valid values: RSAES_PKCS1_V1_5, RSAES_OAEP_SHA_1, RSAES_OAEP_SHA_256Copyright © 2024. All rights reserved.