10.4.1.6 Verify DID
Function name | verifyDIdSign(String did, String didSign) | |||
Description | Verify the digital signature value of the DID, so that it can ensure the authenticity and validity of the current DID. | |||
Request Parameters | ||||
No. | Parameter | Type | Required | Description |
---|---|---|---|---|
1 | did | String | Y | DID |
2 | didSign | String | Y | DID signature |
Response Parameters | ||||
1 | Boolean | Y | Return true if success, return false if failure |