makdimka077 / xades4j

Automatically exported from code.google.com/p/xades4j
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Signing XML documnet with XAdES-T standard #70

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
hi,
I am newbie in signing xml documents.
i want to sign my xml document with XAdES-T standard. So please provide me java 
code sample for applying it for signing xml file.

Thanks you
Regards
Jay
mail Id: jay29d@gmail.com

Original issue reported on code.google.com by jay...@gmail.com on 11 Jul 2013 at 6:29

GoogleCodeExporter commented 9 years ago
This is not an issue on the lib. Please refer to the documentation on the 
project's wiki. Also, the source code contains tests that cover signatures on 
the different XAdES forms, namely:

https://code.google.com/p/xades4j/source/browse/tags/version-1.3.0/src/test/java
/xades4j/production/SignerTTest.java

As stated in the Q&A section, you can use the xades4j tag on stack overflow for 
posting questions on the lib: http://stackoverflow.com/tags/xades4j.

Original comment by luis.fgoncalv on 11 Jul 2013 at 8:47