signservice-integration-api

Logo

Signature Service Integration Service API

License Maven Central

Open Source Signature Service Integration Service API.


The Swedish eID Framework defines a model for Federated Central Signing Services. The signservice-integration-api repository defines an API for an Integration Service that is used to create requests sent to the Signature Service, and process responses received from the Signature Service.

The API is implemented as a Java API with interfaces and domain classes. Using these classes we generate JSON which is used to describe the SignService Integration Service REST API.

See the Java API documentation for details.

Maven

The signservice-integration-api artifact is published to Maven central and a dependency to the library should be included as follows:

<dependency>
  <groupId>se.idsec.signservice.integration</groupId>
  <artifactId>signservice-integration-api</artifactId>
  <version>${signservice-integration.version}</version>
</dependency>

Feedback

Please create an Issue if you have questions or suggestions.


Copyright © 2019-2023, IDsec Solutions AB. Licensed under version 2.0 of the Apache License.