Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# !! Deprecation notice !!

- This repo will be archived in the near future.
- No new versions will be released here

-----

# GXF Java utilities

This repository contains utility libraries for GXF java applications.
Expand Down Expand Up @@ -170,4 +177,4 @@ Library for signing OSLP messages and for verification of signed OSLP messages w
The keys can be provided through the KeyProvider interface, which can be implemented to provide custom key retrieval logic.

The SigningUtil class use the security provider `SunRsaSign` and the algorithm `SHA256withRSA` as defaults.
Autoconfiguration is available for Spring Boot applications to change these defaults.
Autoconfiguration is available for Spring Boot applications to change these defaults.
Loading