Skip to content

idsec-solutions/signservice-commons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

signservice-commons

License

Core components for the IDsec Signature Service.


The Swedish eID Framework defines a model for Federated Central Signing Services. The signservice-commons repository contains a set of core, and commons, components for such a Signature Service.

The signservice-commons repository comprises of:

Maven BOM

A Maven BOM to be used by those including the signservice-commons artifacts.

Maven

Maven Central

<dependencyManagement>
  <dependencies>
    ...
    <dependency>
      <groupId>se.idsec.signservice.commons</groupId>
      <artifactId>signservice-bom</artifactId>
      <version>${signservice-bom.version}</version>
      <type>pom</type>
      <scope>import</scope>
    </dependency>
    ...
  </dependencies>
</dependencyManagement>

signservice-commons

A library containing utilities for JAXB and XML processing, certificate utilities and interfaces for signing and signature validation.

Maven

Maven Central

<dependency>
  <groupId>se.idsec.signservice.commons</groupId>
  <artifactId>signservice-commons</artifactId>
  <version>${signservice-commons.version}</version>
</dependency>
API documentation

Java API documentation for signservice-commons.

signservice-xml-commons

Classes for XML signing and validation of XML signatures.

Maven

Maven Central

<dependency>
  <groupId>se.idsec.signservice.commons</groupId>
  <artifactId>signservice-xml-commons</artifactId>
  <version>${signservice-xml-commons.version}</version>
</dependency>
API documentation

Java API documentation for signservice-xml-commons.

signservice-pdf-commons

Classes for PDF signing and validation of PDF signatures.

Maven

Maven Central

<dependency>
  <groupId>se.idsec.signservice.commons</groupId>
  <artifactId>signservice-pdf-commons</artifactId>
  <version>${signservice-pdf-commons.version}</version>
</dependency>
API documentation

Java API documentation for signservice-pdf-commons.


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

About

Core components for the IDsec Signature Service

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages