public class GetParametersForImportRequest extends AbstractModel
Constructor and Description |
---|
GetParametersForImportRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getKeyId()
Get Unique ID of a CMK.
|
String |
getWrappingAlgorithm()
Get Specifies the algorithm for key material encryption.
|
String |
getWrappingKeySpec()
Get Specifies the type of wrapping key.
|
void |
setKeyId(String KeyId)
Set Unique ID of a CMK.
|
void |
setWrappingAlgorithm(String WrappingAlgorithm)
Set Specifies the algorithm for key material encryption.
|
void |
setWrappingKeySpec(String WrappingKeySpec)
Set Specifies the type of wrapping key.
|
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 String getKeyId()
public void setKeyId(String KeyId)
KeyId
- Unique ID of a CMK. The CMK for which to get the key parameters must be of the `EXTERNAL` type, i.e., Type = 2 when the CMK is created by the `CreateKey` API.public String getWrappingAlgorithm()
public void setWrappingAlgorithm(String WrappingAlgorithm)
WrappingAlgorithm
- Specifies the algorithm for key material encryption. Currently, `RSAES_PKCS1_V1_5`, `RSAES_OAEP_SHA_1`, and `RSAES_OAEP_SHA_256` are supported.public String getWrappingKeySpec()
public void setWrappingKeySpec(String WrappingKeySpec)
WrappingKeySpec
- Specifies the type of wrapping key. Currently, only `RSA_2048` is supported.Copyright © 2020. All rights reserved.