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
Thank you for developing such a useful library.
Regarding the output part of "AllSignedDataObjects", I would like you to check if there are any problems with the logic.
I am trying to generate the following output using XML signatures with xadesjs.
When I put some value into commitmentTypeIndication.AllSignedDataObjects
I get <xades:AllSignedDataObjects>undefined</xades:AllSignedDataObjects>
in the output.
However, it always appears as <xades:AllSignedDataObjects>undefined</xades:AllSignedDataObjects>
No matter what value I enter, "undefined" is output.
Thank you for developing such a useful library.
Regarding the output part of "AllSignedDataObjects", I would like you to check if there are any problems with the logic.
I am trying to generate the following output using XML signatures with xadesjs.
#Here is the relevant code snippet:
When I put some value into
commitmentTypeIndication.AllSignedDataObjects
I get
<xades:AllSignedDataObjects>undefined</xades:AllSignedDataObjects>
in the output.
However, it always appears as
<xades:AllSignedDataObjects>undefined</xades:AllSignedDataObjects>
No matter what value I enter, "undefined" is output.
Is this "undefined" behavior intentional?
ーーー
#Actual_Output
The text was updated successfully, but these errors were encountered: