public class CreateWhiteBoxKeyRequest extends AbstractModel
Constructor and Description |
---|
CreateWhiteBoxKeyRequest() |
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
|
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
|
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 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
- Copyright © 2020. All rights reserved.