| Function name |
verifyDidDocument(DidDocument didDocument) |
| Description |
Verify the content format and signature value of the offline generated DID Document. |
| Request Parameters |
| No. |
Parameter |
Type |
Required |
Description |
| 1 |
|
DidDocument |
Y |
|
| DidDocument |
| No. |
Parameter |
Type |
Required |
Description |
| 1 |
did |
String |
Y |
DID |
| 2 |
version |
String |
Y |
Version |
| 3 |
created |
String |
Y |
Created date |
| 4 |
updated |
String |
Y |
Updated date |
| 5 |
authentication |
PublicKey |
Y |
Primary public key |
| 6 |
recovery |
PublicKey |
Y |
Recovery public key |
| 7 |
proof |
Proof |
Y |
Signature |
| PublicKey |
| No. |
Parameter |
Type |
Required |
Description |
| 1 |
type |
String |
Y |
Algorithm type |
| 2 |
publicKey |
String |
Y |
Public key |
| Proof |
| No. |
Parameter |
Type |
Required |
Description |
| 1 |
type |
String |
Y |
Algorithm type |
| 2 |
creator |
String |
Y |
DID |
| 3 |
signatureValue |
String |
Y |
Signature value |
| Response Parameters |
| No. |
Parameter |
Type |
Required |
Description |
| 1 |
|
Boolean |
Y |
Return true if success, return false if failure |