lovele0107 / signatures-conformance-checker

7 stars 0 forks source link

Source code or API? #24

Open bseddon opened 2 years ago

bseddon commented 2 years ago

The checker is a great tool. Is it available as a .jar or can the web service be accessed via a REST API?

Now I have code that is able to sign and verify XML documents, I'm building a library of examples. As changes are made to the code to extend it or change it to accommodate specific requirements, it will be good to be able to test generated signatures across the example library. Of course I can use the signature verifier I've created but it seems better to test signatures using a third party tool like your XAdESCC. However, testing each generated signature manually is going to take a long time and will be better automated.

The XAdESCC documentation gives an example of using a .jar file at a command prompt. I've searched using Google and been to the ETSI site to see if the source or a .jar is available but the results don't seem to include anything useful. I did come across the DSS bundle. Is it contained within the demo bundle?

Thanks.

sunxinsara commented 2 years ago

Do you have any solution? I need this function too

lovele0107 commented 2 years ago

Dear All, Sorry , at the moment , it is not planned to provide the tools other than via a service on an online portal. No jar, source code or API are available. It was discussed to make the tools open source in the future but not for the time being. Laurent Velez (ETSI)

Awwmygit commented 1 year ago

@lovele0107 No code updates on issues for years :( Hope you consider to put the source code on github as the online checker is not really usable without being fixed