public class VerifiablePresentation extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
String[] |
context |
Object |
holder |
String |
id |
Proof[] |
proof |
String[] |
type |
VerifiableCredential[] |
verifiableCredential |
| 构造器和说明 |
|---|
VerifiablePresentation() |
| 限定符和类型 | 方法和说明 |
|---|---|
static VerifiablePresentation |
deserializeFromJWT(JWTCredential jwtCred) |
String |
fetchHolderDnaId() |
byte[] |
genNeedSignData(Proof needSignProof) |
public String[] context
public String id
public String[] type
public VerifiableCredential[] verifiableCredential
public Object holder
public Proof[] proof
public byte[] genNeedSignData(Proof needSignProof)
public String fetchHolderDnaId()
public static VerifiablePresentation deserializeFromJWT(JWTCredential jwtCred) throws Exception
ExceptionCopyright © 2021. All rights reserved.