An open API service indexing awesome lists of open source software.

https://github.com/levigo/jadice-dss-utils


https://github.com/levigo/jadice-dss-utils

Last synced: 6 months ago
JSON representation

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.