Skip to content

Commit 4f4e0ed

Browse files
authored
Update README.md to reflect getCertFromKeyInfo changes (#470)
1 parent 0c4813d commit 4f4e0ed

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)