File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -256,9 +256,8 @@ The `SignedXml` constructor provides an abstraction for sign and verify xml docu
256256- ` inclusiveNamespacesPrefixList ` - string - default ` null ` - a list of namespace prefixes to include during canonicalization
257257- ` implicitTransforms ` - string[ ] - default ` [] ` - a list of implicit transforms to use during verification
258258- ` keyInfoAttributes ` - object - default ` {} ` - a hash of attributes and values ` attrName: value ` to add to the KeyInfo node
259- - ` getKeyInfoContent ` - function - default ` noop ` - a function that returns the content of the KeyInfo node
260- - ` getCertFromKeyInfo ` - function - default ` SignedXml.getCertFromKeyInfo ` - a function that returns the certificate from the ` <KeyInfo /> ` node
261- - ` objects ` - array - default ` undefined ` - an array of objects defining the content of the ` <Object/> ` nodes
259+ - ` getKeyInfoContent ` - function - default ` SignedXml.getKeyInfoContent ` - a function that returns the content of the KeyInfo node
260+ - ` getCertFromKeyInfo ` - function - default ` noop ` - a function that returns the certificate from the ` <KeyInfo /> ` node
262261
263262#### API
264263
You can’t perform that action at this time.
0 commit comments