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

Code error on generated template at Digital Signature task #430

Open
enriozuni opened this issue Apr 17, 2021 · 1 comment
Open

Code error on generated template at Digital Signature task #430

enriozuni opened this issue Apr 17, 2021 · 1 comment

Comments

@enriozuni
Copy link
Contributor

The generated template regarding Digitally sign documents task introduces code errors as is shown in the image below.

dig_sign_template_error

After some research, this most probably stems from how CrySLCodeGenerator class is implemented. In this type of task, we use CrySL rules during the code generation process. The generation of the template is specified in SecureSigner class, together with all the details of the methods it contains. The vfy() method where the error is happening, actually wants to use the second part of the calls as specified in the ORDER section of Signature rule. The first part is actually being used, as it happens in sign() method, also shown in the first lines at the image above; this is what causes the error.

@enriozuni enriozuni changed the title Code error on generated template about Digital Signature task Code error on generated template at Digital Signature task Apr 18, 2021
@svenfeld
Copy link
Contributor

Fixed by #433.
grafik

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

No branches or pull requests

2 participants