Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/annotationsro/signito-client-howto
Set of examples and HowTos for signito-client Java API
https://github.com/annotationsro/signito-client-howto
Last synced: about 1 month ago
JSON representation
Set of examples and HowTos for signito-client Java API
- Host: GitHub
- URL: https://github.com/annotationsro/signito-client-howto
- Owner: AnnotationSro
- Created: 2022-06-06T10:46:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-09T13:42:41.000Z (8 months ago)
- Last Synced: 2024-05-09T15:01:43.651Z (8 months ago)
- Language: Java
- Homepage:
- Size: 128 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Signito Java client - usage guide
This repository contains HowTos and usage examples for [Signito](https://www.signito.sk/en/home/) signing solution.
Make sure this repository is switched to [appropriate tag](https://github.com/AnnotationSro/signito-client-howto/tags) - based on `signito-client` version you are using.### Basic usage
To start using signito-client Java API just include these Maven dependencies into your project:
```
sk.annotation.projects.signito
signito-client
minimal
LATEST VERSION FROM MAVEN CENTRALcom.fasterxml.jackson.core
jackson-databind
2.13.2.2com.fasterxml.jackson.datatype
jackson-datatype-jsr310
2.13.3com.fasterxml.jackson.datatype
jackson-datatype-jdk8
2.13.3```
Examples of how to use Java API you just importend, please refer to [sample Maven project](java-sample-client/) in this repository that contains several examples for:
- creating new document to sign (basic scenario with one signature and one document, to more complex examples)
- checking whether document is signed (either by webhook or by pull-method)
- downloading signed documents & signature protocol