Skip to content

Commit

Permalink
Mark getKeyInfo() private as it has no public consumers
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbarth committed Nov 25, 2023
1 parent 741240f commit 196a541
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 @@ -887,7 +887,7 @@ export class SignedXml {
}
}

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

let keyInfoAttrs = "";
Expand Down

0 comments on commit 196a541

Please sign in to comment.