public class CreateWhiteBoxKeyResponse extends AbstractModel
Constructor and Description |
---|
CreateWhiteBoxKeyResponse() |
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, which is returned for each request.
|
Long |
getTagCode()
Get
|
String |
getTagMsg()
Get
|
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, which is returned for each request.
|
void |
setTagCode(Long TagCode)
Set
|
void |
setTagMsg(String TagMsg)
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 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
- public String getTagMsg()
public void setTagMsg(String TagMsg)
TagMsg
- public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2020. All rights reserved.