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
.
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>
Java API documentation for se.swedenconnect.sigval:svt-core.
Copyright © The Swedish Agency for Digital Government (DIGG), 2019-2024. All Rights Reserved.