Class CreateWhiteBoxKeyResponse
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.kms.v20190118.models.CreateWhiteBoxKeyResponse
-
public class CreateWhiteBoxKeyResponse extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateWhiteBoxKeyResponse()CreateWhiteBoxKeyResponse(CreateWhiteBoxKeyResponse 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDecryptKey()Get 用于解密的密钥,base64编码StringgetEncryptKey()Get 用于加密的密钥,base64编码StringgetKeyId()Get 白盒密钥的全局唯一标识符StringgetRequestId()Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。LonggetTagCode()Get 标签操作的返回码.StringgetTagMsg()Get 标签操作的返回信息 注意:此字段可能返回 null,表示取不到有效值。voidsetDecryptKey(String DecryptKey)Set 用于解密的密钥,base64编码voidsetEncryptKey(String EncryptKey)Set 用于加密的密钥,base64编码voidsetKeyId(String KeyId)Set 白盒密钥的全局唯一标识符voidsetRequestId(String RequestId)Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。voidsetTagCode(Long TagCode)Set 标签操作的返回码.voidsetTagMsg(String TagMsg)Set 标签操作的返回信息 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
CreateWhiteBoxKeyResponse
public CreateWhiteBoxKeyResponse()
-
CreateWhiteBoxKeyResponse
public CreateWhiteBoxKeyResponse(CreateWhiteBoxKeyResponse 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.
-
-
Method Detail
-
getEncryptKey
public String getEncryptKey()
Get 用于加密的密钥,base64编码- Returns:
- EncryptKey 用于加密的密钥,base64编码
-
setEncryptKey
public void setEncryptKey(String EncryptKey)
Set 用于加密的密钥,base64编码- Parameters:
EncryptKey- 用于加密的密钥,base64编码
-
getDecryptKey
public String getDecryptKey()
Get 用于解密的密钥,base64编码- Returns:
- DecryptKey 用于解密的密钥,base64编码
-
setDecryptKey
public void setDecryptKey(String DecryptKey)
Set 用于解密的密钥,base64编码- Parameters:
DecryptKey- 用于解密的密钥,base64编码
-
getKeyId
public String getKeyId()
Get 白盒密钥的全局唯一标识符- Returns:
- KeyId 白盒密钥的全局唯一标识符
-
setKeyId
public void setKeyId(String KeyId)
Set 白盒密钥的全局唯一标识符- Parameters:
KeyId- 白盒密钥的全局唯一标识符
-
getTagCode
public Long getTagCode()
Get 标签操作的返回码. 0: 成功;1: 内部错误;2: 业务处理错误 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- TagCode 标签操作的返回码. 0: 成功;1: 内部错误;2: 业务处理错误 注意:此字段可能返回 null,表示取不到有效值。
-
setTagCode
public void setTagCode(Long TagCode)
Set 标签操作的返回码. 0: 成功;1: 内部错误;2: 业务处理错误 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
TagCode- 标签操作的返回码. 0: 成功;1: 内部错误;2: 业务处理错误 注意:此字段可能返回 null,表示取不到有效值。
-
getTagMsg
public String getTagMsg()
Get 标签操作的返回信息 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- TagMsg 标签操作的返回信息 注意:此字段可能返回 null,表示取不到有效值。
-
setTagMsg
public void setTagMsg(String TagMsg)
Set 标签操作的返回信息 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
TagMsg- 标签操作的返回信息 注意:此字段可能返回 null,表示取不到有效值。
-
getRequestId
public String getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Returns:
- RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
setRequestId
public void setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Parameters:
RequestId- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
-