We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 434298d commit b72f0d3Copy full SHA for b72f0d3
README.md
@@ -291,7 +291,8 @@ To verify xml documents:
291
292
- `loadSignature(signatureXml)` - loads the signature where:
293
- `signatureXml` - a string or node object (like an [xmldom](https://github.com/xmldom/xmldom) node) containing the xml representation of the signature
294
-- `checkSignature(xml)` - validates the given xml document and returns `true` if the validation was successful
+- `checkSignature(xml)` - validates the given xml document and returns `true` if the validation was successful where:
295
+ - `xml` - a string or node object (like an [xmldom](https://github.com/xmldom/xmldom) node) containing the xml representation of the document
296
297
## Customizing Algorithms
298
0 commit comments