public class CreateWhiteBoxKeyResponse extends AbstractModel
Constructor and Description |
---|
CreateWhiteBoxKeyResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getDecryptKey()
Get 用于解密的密钥,base64编码
|
String |
getEncryptKey()
Get 用于加密的密钥,base64编码
|
String |
getKeyId()
Get 白盒密钥的全局唯一标识符
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
Long |
getTagCode()
Get 标签操作的返回码.
|
String |
getTagMsg()
Get 标签操作的返回信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDecryptKey(String DecryptKey)
Set 用于解密的密钥,base64编码
|
void |
setEncryptKey(String EncryptKey)
Set 用于加密的密钥,base64编码
|
void |
setKeyId(String KeyId)
Set 白盒密钥的全局唯一标识符
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setTagCode(Long TagCode)
Set 标签操作的返回码.
|
void |
setTagMsg(String TagMsg)
Set 标签操作的返回信息
注意:此字段可能返回 null,表示取不到有效值。
|
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 getEncryptKey()
public void setEncryptKey(String EncryptKey)
EncryptKey
- 用于加密的密钥,base64编码public String getDecryptKey()
public void setDecryptKey(String DecryptKey)
DecryptKey
- 用于解密的密钥,base64编码public String getKeyId()
public void setKeyId(String KeyId)
KeyId
- 白盒密钥的全局唯一标识符public Long getTagCode()
public void setTagCode(Long TagCode)
TagCode
- 标签操作的返回码. 0: 成功;1: 内部错误;2: 业务处理错误
注意:此字段可能返回 null,表示取不到有效值。public String getTagMsg()
public void setTagMsg(String TagMsg)
TagMsg
- 标签操作的返回信息
注意:此字段可能返回 null,表示取不到有效值。public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2020. All rights reserved.