From fff3d2fc41e37c0df84a65001a0dc5e8cdaff10e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Derya=20=C3=96zg=C3=BCn=20Yal=C3=A7=C4=B1n?= Date: Mon, 6 May 2024 23:31:36 +0200 Subject: [PATCH] Update README.md to reflect getKeyInfoContent changes Changes in https://github.com/node-saml/xml-crypto/pull/445 was not reflected in the documentation. This PR fixes it. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2d8d82b..92d37c1 100644 --- a/README.md +++ b/README.md @@ -263,8 +263,8 @@ The `SignedXml` constructor provides an abstraction for sign and verify xml docu - `inclusiveNamespacesPrefixList` - string - default `null` - a list of namespace prefixes to include during canonicalization - `implicitTransforms` - string[] - default `[]` - a list of implicit transforms to use during verification - `keyInfoAttributes` - object - default `{}` - a hash of attributes and values `attrName: value` to add to the KeyInfo node -- `getKeyInfoContent` - function - default `noop` - a function that returns the content of the KeyInfo node -- `getCertFromKeyInfo` - function - default `SignedXml.getCertFromKeyInfo` - a function that returns the certificate from the `` node +- `getKeyInfoContent` - function - default `SignedXml.getKeyInfoContent` - a function that returns the content of the KeyInfo node +- `getCertFromKeyInfo` - function - default `noop` - a function that returns the certificate from the `` node #### API