https://github.com/levigo/jadice-dss-utils
https://github.com/levigo/jadice-dss-utils
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/levigo/jadice-dss-utils
- Owner: levigo
- License: apache-2.0
- Created: 2024-10-16T08:05:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-24T14:35:47.000Z (over 1 year ago)
- Last Synced: 2025-02-24T15:29:41.260Z (over 1 year ago)
- Language: Java
- Size: 49.8 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jadice dss utils
The following module provides classes that support integrators in the use of dss (Digital Signature Service, https://github.com/esig/dss).
DSS can be used to work with signatures, certificates & key/trust stores.
Jadice uses dss to validate signed documents. The following jadice module can be integrated for this purpose:
```
com.levigo.jadice.documentplatform.core
signature-dss
```
## How to use
Either add this module to your `pom.xml` or simply clone the project, adjust it for your needs and build via Apache Maven. Execute `mvn install` in the project's root folder (where the `pom.xml` is placed). This should result in a JAR file that will be placed in `target` folder under project's root folder. Include this JAR in your application's classpath and you will be able to use the included font resources.