Skip to content

rfrabasile/document-signer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Synopsis

Tool for signing XML documents using a JKS file (w/private key).

Use Example

The following example outputs a file called file.xml.output, signed with the jks (does not include certificate):

java -jar document-signer-1.0-SNAPSHOT-jar-with-dependencies.jar file.jks password alias file.xml false

Outputs a file called file.xml.output, signed with the jks (includes certificate):

java -jar document-signer-1.0-SNAPSHOT-jar-with-dependencies.jar file.jks password alias file.xml true

Motivation

This project was created after working for nearly 3 years in e-billing, dealing with the problems of signing e-bills in order to be sent.

Installation

Generate the jar and use as indicated in the "Use Example".

License

Project is free to use and modify, intended for academic use. Keeping a reference to this project is appreciated.

About

Tool for signing an XML document using a JKS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages