public class GetParametersForImportRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| GetParametersForImportRequest() | 
| GetParametersForImportRequest(GetParametersForImportRequest 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 CMK的唯一标识,获取密钥参数的CMK必须是EXTERNAL类型,即在CreateKey时指定Type=2 类型的CMK。 | 
| String | getWrappingAlgorithm()Get 指定加密密钥材料的算法,目前支持RSAES_PKCS1_V1_5、RSAES_OAEP_SHA_1、RSAES_OAEP_SHA_256 | 
| String | getWrappingKeySpec()Get 指定加密密钥材料的类型,目前只支持RSA_2048 | 
| void | setKeyId(String KeyId)Set CMK的唯一标识,获取密钥参数的CMK必须是EXTERNAL类型,即在CreateKey时指定Type=2 类型的CMK。 | 
| void | setWrappingAlgorithm(String WrappingAlgorithm)Set 指定加密密钥材料的算法,目前支持RSAES_PKCS1_V1_5、RSAES_OAEP_SHA_1、RSAES_OAEP_SHA_256 | 
| void | setWrappingKeySpec(String WrappingKeySpec)Set 指定加密密钥材料的类型,目前只支持RSA_2048 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic GetParametersForImportRequest()
public GetParametersForImportRequest(GetParametersForImportRequest source)
public String getKeyId()
public void setKeyId(String KeyId)
KeyId - CMK的唯一标识,获取密钥参数的CMK必须是EXTERNAL类型,即在CreateKey时指定Type=2 类型的CMK。public String getWrappingAlgorithm()
public void setWrappingAlgorithm(String WrappingAlgorithm)
WrappingAlgorithm - 指定加密密钥材料的算法,目前支持RSAES_PKCS1_V1_5、RSAES_OAEP_SHA_1、RSAES_OAEP_SHA_256public String getWrappingKeySpec()
public void setWrappingKeySpec(String WrappingKeySpec)
WrappingKeySpec - 指定加密密钥材料的类型,目前只支持RSA_2048Copyright © 2025. All rights reserved.