public class TidKeysInfo extends AbstractModel
Constructor and Description |
---|
TidKeysInfo() |
TidKeysInfo(TidKeysInfo 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 |
getDeviceCode()
Get 软加固设备标识码
|
String |
getDownloadUrl()
Get 软加固白盒密钥下载地址
|
String |
getPrivateKey()
Get 私钥
|
String |
getPsk()
Get 共享密钥
|
String |
getPublicKey()
Get 公钥
|
String |
getTid()
Get TID号码
|
void |
setDeviceCode(String DeviceCode)
Set 软加固设备标识码
|
void |
setDownloadUrl(String DownloadUrl)
Set 软加固白盒密钥下载地址
|
void |
setPrivateKey(String PrivateKey)
Set 私钥
|
void |
setPsk(String Psk)
Set 共享密钥
|
void |
setPublicKey(String PublicKey)
Set 公钥
|
void |
setTid(String Tid)
Set TID号码
|
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 TidKeysInfo()
public TidKeysInfo(TidKeysInfo source)
public String getTid()
public void setTid(String Tid)
Tid
- TID号码public String getPublicKey()
public void setPublicKey(String PublicKey)
PublicKey
- 公钥public String getPrivateKey()
public void setPrivateKey(String PrivateKey)
PrivateKey
- 私钥public String getPsk()
public void setPsk(String Psk)
Psk
- 共享密钥public String getDownloadUrl()
public void setDownloadUrl(String DownloadUrl)
DownloadUrl
- 软加固白盒密钥下载地址public String getDeviceCode()
public void setDeviceCode(String DeviceCode)
DeviceCode
- 软加固设备标识码Copyright © 2022. All rights reserved.