Skip to content

Commit

Permalink
Mark getKeyInfo() private as it has no public consumers (#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbarth authored Nov 26, 2023
1 parent 468d674 commit 1099f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/signed-xml.ts
Original file line number Diff line number Diff line change
Expand Up @@ -889,7 +889,7 @@ export class SignedXml {
}
}

getKeyInfo(prefix) {
private getKeyInfo(prefix) {
const currentPrefix = prefix ? `${prefix}:` : "";

let keyInfoAttrs = "";
Expand Down

0 comments on commit 1099f59

Please sign in to comment.