Skip to content
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

fix order of en319132 and pdfa bool parameters #484

Merged
merged 1 commit into from
Jul 9, 2024

Conversation

celuchmarek
Copy link
Member

Pre toto sa dejú prblémy s neuznávaním podpisov na slovensko.sk od vezie v2.2.2...

@celuchmarek celuchmarek requested a review from jsuchal July 9, 2024 13:55
@@ -199,9 +199,9 @@ private static SigningParameters getParametersForFile(FileDocument document, boo
case PAdES:
return SigningParameters.buildForPDF(document, checkPDFACompliance, isEn319132, tspSource);
case XAdES:
return SigningParameters.buildForASiCWithXAdES(document, isEn319132, checkPDFACompliance, tspSource, plainXmlEnabled);
return SigningParameters.buildForASiCWithXAdES(document, checkPDFACompliance, isEn319132, tspSource, plainXmlEnabled);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Toto je uz ale fakt zrele na builder pattern lebo positional arguments na boolean su zlo.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

áno

@celuchmarek celuchmarek merged commit 013c163 into main Jul 9, 2024
3 checks passed
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