-
Notifications
You must be signed in to change notification settings - Fork 49
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
Object element #65
Comments
Here is example of XAdES-EPES signature creating. This is working code. You can remove selected code for getting simple XAdES signature |
i'm using the browser version of XAdES. I include:
My code looks like your example but I continue to have the object element. Furthermore i have other 2 problems:
|
@gine I'll create HTML example for you a bit later |
This is what i'm trying to do:
And this is what i can create with xades and the code above (in a comment what i need and what i don't want):
|
Do you need xmldsig? |
@microshine what do you mean? |
xml signature without QualifyingProperties is xmldsig |
So i need xmldsig. |
just try to use xmldsigjs instead of xadesjs. It has the same API |
Yes it works well except for the URI empty attribute in the Reference element. If i set uri="" in the ReferenceOptions, the code produced doesn't have it. It's already present a similar issue. But i think that i am off topic here. |
I don't understand how i can generate an enveloped-signature without the xades's reference and the element attached on the signature element.Ca you make me an example. Thanks.
The text was updated successfully, but these errors were encountered: