public class EidInfo extends AbstractModel
Constructor and Description |
---|
EidInfo() |
EidInfo(EidInfo 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 |
getDesKey()
Get 商户方公钥加密的会话密钥的base64字符串,[指引详见](https://cloud.tencent.com/document/product/1007/63370)
|
String |
getEidCode()
Get 商户方 appeIDcode 的数字证书
|
String |
getEidSign()
Get Eid中心针对商户方EidCode的电子签名
|
String |
getUserInfo()
Get 会话密钥sm2加密后的base64字符串,[指引详见](https://cloud.tencent.com/document/product/1007/63370)
|
void |
setDesKey(String DesKey)
Set 商户方公钥加密的会话密钥的base64字符串,[指引详见](https://cloud.tencent.com/document/product/1007/63370)
|
void |
setEidCode(String EidCode)
Set 商户方 appeIDcode 的数字证书
|
void |
setEidSign(String EidSign)
Set Eid中心针对商户方EidCode的电子签名
|
void |
setUserInfo(String UserInfo)
Set 会话密钥sm2加密后的base64字符串,[指引详见](https://cloud.tencent.com/document/product/1007/63370)
|
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 EidInfo()
public EidInfo(EidInfo source)
public String getEidCode()
public void setEidCode(String EidCode)
EidCode
- 商户方 appeIDcode 的数字证书public String getEidSign()
public void setEidSign(String EidSign)
EidSign
- Eid中心针对商户方EidCode的电子签名public String getDesKey()
public void setDesKey(String DesKey)
DesKey
- 商户方公钥加密的会话密钥的base64字符串,[指引详见](https://cloud.tencent.com/document/product/1007/63370)public String getUserInfo()
public void setUserInfo(String UserInfo)
UserInfo
- 会话密钥sm2加密后的base64字符串,[指引详见](https://cloud.tencent.com/document/product/1007/63370)Copyright © 2022. All rights reserved.