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 创建密钥所有的算法类型,支持的取值:AES_256,SM4
|
String |
getAlias()
Get 作为密钥更容易辨识,更容易被人看懂的别名, 不可为空,1-60个字母数字 - _ 的组合,首字符必须为字母或者数字。Alias不可重复。
|
String |
getDescription()
Get 密钥的描述,最大1024字节
|
Tag[] |
getTags()
Get 标签列表
|
void |
setAlgorithm(String Algorithm)
Set 创建密钥所有的算法类型,支持的取值:AES_256,SM4
|
void |
setAlias(String Alias)
Set 作为密钥更容易辨识,更容易被人看懂的别名, 不可为空,1-60个字母数字 - _ 的组合,首字符必须为字母或者数字。Alias不可重复。
|
void |
setDescription(String Description)
Set 密钥的描述,最大1024字节
|
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 CreateWhiteBoxKeyRequest()
public CreateWhiteBoxKeyRequest(CreateWhiteBoxKeyRequest source)
public String getAlias()
public void setAlias(String Alias)
Alias
- 作为密钥更容易辨识,更容易被人看懂的别名, 不可为空,1-60个字母数字 - _ 的组合,首字符必须为字母或者数字。Alias不可重复。public String getAlgorithm()
public void setAlgorithm(String Algorithm)
Algorithm
- 创建密钥所有的算法类型,支持的取值:AES_256,SM4public String getDescription()
public void setDescription(String Description)
Description
- 密钥的描述,最大1024字节public Tag[] getTags()
public void setTags(Tag[] Tags)
Tags
- 标签列表Copyright © 2021. All rights reserved.