-
Notifications
You must be signed in to change notification settings - Fork 70
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
Add a command line demostration app #20
Comments
Hello, Advanced digital signatures are quite complex and DSS creates them in 3 steps (see documentation). Therefore, it is not a good idea to provide a command-line interface for signatures creations, as it will be not very user-friendly. Best regards, |
Hello @bsanchezb, You can use the command line interface, the same way you use an API. This 3 steps can be called by another application or a script. With command line interface you don't need to deploy an API, you can use the signature app the same way you use the standalone application but without user interface. I found it very usefull, because i was using a similar application called "clienteafirma" from spanish goverment but this tool do not have updated the signatures to new versions: An usecase: Suposse you need to do a batch signature and make another thing after sign those document. With a command line tool you can make a script to do all this process. Of couse you can call to the API, but sometine deploy an API is too much for a simple operation. Thank you for the great work. |
Hello, how I can use standalone application but without user interface? Is there any place where I can find example ? |
Hello @stepel , Perhaps, instead of standalone application or a web application, you may use the source code of the library directly: https://github.com/esig/dss. Best regards, |
@bsanchezb, thanks for your advice. I will check it but generally I am not java developer so I need to spend some time to know better your code. |
@stepel , then you could try to use REST or SOAP API service for signature creation/validation. As a demo, they are provided within dss-demo-webapp with code examples in integration-tests. Additional information about REST and SOAP services you can also find in the documentation, I have provided you with a link above. Best regards, |
Thank you I saw it before but I have made very simple application already in Java using dss library to sign what I need. Thank you for your help :) |
+1 A command line example would be great to:
|
Adding a new command line demostration app could help developers and industry.
Thank you.
The text was updated successfully, but these errors were encountered: