public class CreateWhiteBoxKeyResponse extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getDecryptKey()
Get Base64-encoded decryption key
|
String |
getEncryptKey()
Get Base64-encoded encryption key
|
String |
getKeyId()
Get Globally unique white-box key ID
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
Long |
getTagCode()
Get Tag operation return code.
|
String |
getTagMsg()
Get Tag operation return message
|
void |
setDecryptKey(String DecryptKey)
Set Base64-encoded decryption key
|
void |
setEncryptKey(String EncryptKey)
Set Base64-encoded encryption key
|
void |
setKeyId(String KeyId)
Set Globally unique white-box key ID
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setTagCode(Long TagCode)
Set Tag operation return code.
|
void |
setTagMsg(String TagMsg)
Set Tag operation return message
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateWhiteBoxKeyResponse()
public CreateWhiteBoxKeyResponse(CreateWhiteBoxKeyResponse source)
public String getEncryptKey()
public void setEncryptKey(String EncryptKey)
EncryptKey
- Base64-encoded encryption keypublic String getDecryptKey()
public void setDecryptKey(String DecryptKey)
DecryptKey
- Base64-encoded decryption keypublic String getKeyId()
public void setKeyId(String KeyId)
KeyId
- Globally unique white-box key IDpublic Long getTagCode()
public void setTagCode(Long TagCode)
TagCode
- Tag operation return code. 0: success; 1: internal error; 2: business processing errorpublic String getTagMsg()
public void setTagMsg(String TagMsg)
TagMsg
- Tag operation return messagepublic String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2025. All rights reserved.