跳过导航链接
A C D F G H I L M N O P R S T U V 

V

valueOf(String) - 枚举 中的静态方法org.chainweaver.did.sdk.model.resp.StatusCode
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法org.chainweaver.did.sdk.model.resp.StatusCode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
vcGet(String) - 类 中的方法org.chainweaver.did.sdk.DidClient
根据id查询vc
vcGet - 类 中的静态变量org.chainweaver.did.sdk.DidConfig
 
VcInfo - org.chainweaver.did.sdk.model.resp中的类
 
VcInfo() - 类 的构造器org.chainweaver.did.sdk.model.resp.VcInfo
 
vcIssue(IssueVc) - 类 中的方法org.chainweaver.did.sdk.DidClient
颁发凭证
vcIssue - 类 中的静态变量org.chainweaver.did.sdk.DidConfig
 
vcIssuedList - 类 中的静态变量org.chainweaver.did.sdk.DidConfig
 
vcList(VerifiablePresentation) - 类 中的方法org.chainweaver.did.sdk.DidClient
用户查询自身vc
vcList - 类 中的静态变量org.chainweaver.did.sdk.DidConfig
 
vcListIssued(Holder) - 类 中的方法org.chainweaver.did.sdk.DidClient
查询已颁发vc
vcListLatest(String, Integer) - 类 中的方法org.chainweaver.did.sdk.DidClient
更新拥有的VC列表
vcListLatest - 类 中的静态变量org.chainweaver.did.sdk.DidConfig
 
vcListLocal(VcListVo) - 类 中的方法org.chainweaver.did.sdk.DidClient
本地查询拥有VC
vcListLocal - 类 中的静态变量org.chainweaver.did.sdk.DidConfig
 
vcListRevoked(Holder) - 类 中的方法org.chainweaver.did.sdk.DidClient
查询已吊销vc
VcListVo - org.chainweaver.did.sdk.model.req中的类
 
VcListVo() - 类 的构造器org.chainweaver.did.sdk.model.req.VcListVo
 
VcListVo(Integer, Integer, String, String) - 类 的构造器org.chainweaver.did.sdk.model.req.VcListVo
本地查询拥有VC入参
vcRevoke(String) - 类 中的方法org.chainweaver.did.sdk.DidClient
吊销VC
vcRevoke - 类 中的静态变量org.chainweaver.did.sdk.DidConfig
 
vcRevokedList - 类 中的静态变量org.chainweaver.did.sdk.DidConfig
 
VcTemplate - org.chainweaver.did.sdk.model中的类
VC模板
VcTemplate() - 类 的构造器org.chainweaver.did.sdk.model.VcTemplate
 
vctemplateCreate(VCTExtend) - 类 中的方法org.chainweaver.did.sdk.DidClient
申请vct
vctemplateCreate - 类 中的静态变量org.chainweaver.did.sdk.DidConfig
 
vctemplateList(VcTemplateListVo) - 类 中的方法org.chainweaver.did.sdk.DidClient
查询vct
vctemplateList - 类 中的静态变量org.chainweaver.did.sdk.DidConfig
 
VcTemplateListVo - org.chainweaver.did.sdk.model.req中的类
 
VcTemplateListVo() - 类 的构造器org.chainweaver.did.sdk.model.req.VcTemplateListVo
 
VcTemplateListVo(Integer, Integer, String, String, String) - 类 的构造器org.chainweaver.did.sdk.model.req.VcTemplateListVo
 
VCTExtend - org.chainweaver.did.sdk.model.req中的类
 
VCTExtend() - 类 的构造器org.chainweaver.did.sdk.model.req.VCTExtend
 
VCTExtend(Map<String, Property>, List<String>, String, String, Boolean, String) - 类 的构造器org.chainweaver.did.sdk.model.req.VCTExtend
 
vctId - 类 中的变量org.chainweaver.did.sdk.model.req.ApplyBusinessLicenseExtend
 
VctId - org.chainweaver.did.sdk.model.resp中的类
 
VctId() - 类 的构造器org.chainweaver.did.sdk.model.resp.VctId
 
VcTInfo - org.chainweaver.did.sdk.model.resp中的类
 
VcTInfo() - 类 的构造器org.chainweaver.did.sdk.model.resp.VcTInfo
 
VerifiableCredential - org.chainweaver.did.sdk.model中的类
vc凭证
VerifiableCredential() - 类 的构造器org.chainweaver.did.sdk.model.VerifiableCredential
 
VerifiablePresentation<T> - org.chainweaver.did.sdk.model中的类
可验证凭证
VerifiablePresentation() - 类 的构造器org.chainweaver.did.sdk.model.VerifiablePresentation
 
VerifiablePresentation(List<VerifiableCredential>, List<Proof>) - 类 的构造器org.chainweaver.did.sdk.model.VerifiablePresentation
签名vp
VerifiablePresentation(String, List<String>, List<Proof>) - 类 的构造器org.chainweaver.did.sdk.model.VerifiablePresentation
 
VerificationMethod - org.chainweaver.did.sdk.model中的类
公钥结构
VerificationMethod() - 类 的构造器org.chainweaver.did.sdk.model.VerificationMethod
 
vpCreateApplyBusinessLicense(VerifiablePresentation<ApplyBusinessLicenseExtend>) - 类 中的方法org.chainweaver.did.sdk.DidClient
生成请求企业实名VP
vpCreateApplyBusinessLicense(List<Proof>) - 类 中的静态方法org.chainweaver.did.sdk.model.VerifiablePresentation
 
vpCreateApplyLogin(VerifiablePresentation<LoginExtend>) - 类 中的方法org.chainweaver.did.sdk.DidClient
生成请求登录VP
vpCreateApplyLogin(List<Proof>) - 类 中的静态方法org.chainweaver.did.sdk.model.VerifiablePresentation
 
vpSign(VerifiablePresentation, Class<T>) - 类 中的方法org.chainweaver.did.sdk.DidClient
签名vp
vpSign - 类 中的静态变量org.chainweaver.did.sdk.DidConfig
 
vpVerify(VerifiablePresentation) - 类 中的方法org.chainweaver.did.sdk.DidClient
验证vp
vpVerify(String) - 类 中的方法org.chainweaver.did.sdk.DidClient
验证vp
vpVerify - 类 中的静态变量org.chainweaver.did.sdk.DidConfig
 
A C D F G H I L M N O P R S T U V 
跳过导航链接