You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The generated template regarding Digitally sign documents task introduces code errors as is shown in the image below.
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.
The text was updated successfully, but these errors were encountered:
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
The generated template regarding Digitally sign documents task introduces code errors as is shown in the image below.
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 insign()
method, also shown in the first lines at the image above; this is what causes the error.The text was updated successfully, but these errors were encountered: