public class Proof extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
String |
challenge |
String |
created |
Object |
domain |
String |
hex |
String |
jws |
ProofPurpose |
proofPurpose |
PubKeyType |
type |
String |
verificationMethod |
| 构造器和说明 |
|---|
Proof() |
Proof(String publicKeyURI,
String created,
PubKeyType type,
ProofPurpose proofPurpose) |
Proof(String publicKeyURI,
String created,
PubKeyType type,
ProofPurpose proofPurpose,
String challenge,
Object domain) |
public PubKeyType type
public String created
public String challenge
public Object domain
public ProofPurpose proofPurpose
public String verificationMethod
public String hex
public String jws
public Proof()
public Proof(String publicKeyURI, String created, PubKeyType type, ProofPurpose proofPurpose)
public Proof(String publicKeyURI, String created, PubKeyType type, ProofPurpose proofPurpose, String challenge, Object domain)
Copyright © 2021. All rights reserved.