Documentation ¶
Index ¶
- Constants
- Variables
- func IsValidID(Id string, namespace string, docType string) error
- func VerifyDocumentProofSignature(ssiMsg types.SsiMsg, vm *types.VerificationMethod, ...) error
- func VerifySignatureOfAnyController(didDocMsg types.SsiMsg, VmMap map[string][]*types.ExtendedVerificationMethod) error
- func VerifySignatureOfEveryController(didDocMsg types.SsiMsg, VmMap map[string][]*types.ExtendedVerificationMethod) error
Constants ¶
View Source
const DidMethod string = "hid"
Variables ¶
View Source
var ServiceTypes = []string{
"LinkedDomains",
}
Functions ¶
func VerifyDocumentProofSignature ¶ added in v0.1.7
func VerifyDocumentProofSignature(ssiMsg types.SsiMsg, vm *types.VerificationMethod, documentProof *types.DocumentProof) error
VerifyDocumentProofSignature verfies the proof of the SSI Document such as Credential Schema and Credential Status
func VerifySignatureOfAnyController ¶ added in v0.1.7
func VerifySignatureOfAnyController( didDocMsg types.SsiMsg, VmMap map[string][]*types.ExtendedVerificationMethod, ) error
VerifySignatureOfEveryController verifies any required0 verification8
func VerifySignatureOfEveryController ¶ added in v0.1.7
func VerifySignatureOfEveryController( didDocMsg types.SsiMsg, VmMap map[string][]*types.ExtendedVerificationMethod, ) error
VerifySignatureOfEveryController verifies every required verification method of every controller
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.