/svt-core

Core components for generation and validation of Signature Validation Tokens (SVT).

Primary LanguageJavaApache License 2.0Apache-2.0

Logo

Signature Validation Token Core

License Maven Central

Core components for generation and validation of Signature Validation Tokens (SVT) providing the following core features:

  • Java classes representing the claims of SVT tokens.
  • Abstract SVT isuer providing core functions for issuing SVT tokens.
  • Abstract SVT validator provising core functions for validating signatures based on SVT tokens

Note: This library has been moved to the swedenconnect organization from idsec-solutions where it was named "sig-validation-svt". Artifact and package names have also been changed from idsec to swedenconnect. During the move, the artifact-id was changed from svt-base to svt-core.


Maven

From version 1.1.0 and onwards:

<dependency>
    <groupId>se.swedenconnect.sigval</groupId>
    <artifactId>svt-core</artifactId>
    <version>${svt-core.version}</version>
</dependency>

Older versions:

<dependency>
    <groupId>se.idsec.sigval</groupId>
    <artifactId>svt-base</artifactId>
    <version>${svt-base.version}</version>
</dependency>
API documentation

Java API documentation for se.swedenconnect.sigval:svt-core.


Copyright © The Swedish Agency for Digital Government (DIGG), 2019-2023. All Rights Reserved.