Skip to content

signer: add convenience method for creating a signer given an already built etree.Document #43

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 1, 2023

Conversation

dmlambea
Copy link
Contributor

@dmlambea dmlambea commented Aug 1, 2023

Currently the signer creation requires the XML being provided as string. Then, internally it is converted to a Document. Some use cases already uses etree.Document so the signer creation forces it to be converted to string prior to be converted back to etree.Document.

This PR add a new convenience method so that the signer can consume an existing etree.Document.

@dmlambea dmlambea changed the title signer: add convenience method for creating a signer given an already… signer: add convenience method for creating a signer given an already built etree.Document Aug 1, 2023
@adamdecaf adamdecaf merged commit 88b12df into moov-io:master Aug 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants