public class CreatePresentationRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreatePresentationRequest() |
CreatePresentationRequest(CreatePresentationRequest 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 |
---|---|
CredentialProof[] |
getCredentialList()
Get 可验证凭证证明列表
|
String[] |
getCredentials()
Get 凭证列表
|
Long |
getDAPId()
Get DID应用id
|
String |
getDid()
Get VP持有人的DID标识
|
String |
getPolicyJson()
Get 选择性披露策略
|
Boolean |
getUnsigned()
Get 是否签名,ture时signatureValue为待签名内容由调用端自行签名,false时signatureValue为平台自动已签名的内容。默认false
|
String |
getVerifyCode()
Get VP随机验证码
|
void |
setCredentialList(CredentialProof[] CredentialList)
Set 可验证凭证证明列表
|
void |
setCredentials(String[] Credentials)
Set 凭证列表
|
void |
setDAPId(Long DAPId)
Set DID应用id
|
void |
setDid(String Did)
Set VP持有人的DID标识
|
void |
setPolicyJson(String PolicyJson)
Set 选择性披露策略
|
void |
setUnsigned(Boolean Unsigned)
Set 是否签名,ture时signatureValue为待签名内容由调用端自行签名,false时signatureValue为平台自动已签名的内容。默认false
|
void |
setVerifyCode(String VerifyCode)
Set VP随机验证码
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreatePresentationRequest()
public CreatePresentationRequest(CreatePresentationRequest source)
public Long getDAPId()
public void setDAPId(Long DAPId)
DAPId
- DID应用idpublic String[] getCredentials()
public void setCredentials(String[] Credentials)
Credentials
- 凭证列表public String getDid()
public void setDid(String Did)
Did
- VP持有人的DID标识public String getVerifyCode()
public void setVerifyCode(String VerifyCode)
VerifyCode
- VP随机验证码public String getPolicyJson()
public void setPolicyJson(String PolicyJson)
PolicyJson
- 选择性披露策略public Boolean getUnsigned()
public void setUnsigned(Boolean Unsigned)
Unsigned
- 是否签名,ture时signatureValue为待签名内容由调用端自行签名,false时signatureValue为平台自动已签名的内容。默认falsepublic CredentialProof[] getCredentialList()
public void setCredentialList(CredentialProof[] CredentialList)
CredentialList
- 可验证凭证证明列表Copyright © 2024. All rights reserved.