public class CreateWhiteBoxKeyRequest extends AbstractModel
Constructor and Description |
---|
CreateWhiteBoxKeyRequest() |
CreateWhiteBoxKeyRequest(CreateWhiteBoxKeyRequest 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 All algorithm types for creating keys.
|
String |
getAlias()
Get Unique alias that makes a key more recognizable and understandable.
|
String |
getDescription()
Get Key description of up to 1024 bytes
|
Tag[] |
getTags()
Get Tag list
|
void |
setAlgorithm(String Algorithm)
Set All algorithm types for creating keys.
|
void |
setAlias(String Alias)
Set Unique alias that makes a key more recognizable and understandable.
|
void |
setDescription(String Description)
Set Key description of up to 1024 bytes
|
void |
setTags(Tag[] Tags)
Set Tag list
|
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 CreateWhiteBoxKeyRequest()
public CreateWhiteBoxKeyRequest(CreateWhiteBoxKeyRequest source)
public String getAlias()
public void setAlias(String Alias)
Alias
- Unique alias that makes a key more recognizable and understandable. This parameter should be 1 to 60 letters, digits, `-`, and `_`; it must begin with a letter or digit and cannot be left empty.public String getAlgorithm()
public void setAlgorithm(String Algorithm)
Algorithm
- All algorithm types for creating keys. Valid values: AES_256, SM4public String getDescription()
public void setDescription(String Description)
Description
- Key description of up to 1024 bytespublic Tag[] getTags()
public void setTags(Tag[] Tags)
Tags
- Tag listCopyright © 2023. All rights reserved.