DOC

tech.clarium.safez : spring-safez

Maven & Gradle

Mar 22, 2024

spring-safez · Introducing spring-safez, the paramount cybersecurity solution for Spring Boot applications. Engineered to work harmoniously from the earliest to the latest versions of Spring Boot, this library leverages the powerful safez-cryptx for AES-CBC symmetric encryption, ensuring automatic encryption and decryption of HTTP requests and responses. Crafted for Java developers seeking to fortify their applications against cyber threats, spring-safez seamlessly integrates into your Spring Boot ecosystem, providing a secure, encrypted communication channel without compromising on performance or flexibility. Embrace spring-safez for your Spring Boot projects and elevate your application's security to new heights, ensuring peace of mind in a world where data protection is paramount.

Table Of Contents

Latest Version

Download tech.clarium.safez : spring-safez Javadoc & API Documentation - Latest Versions:

All Versions

Download tech.clarium.safez : spring-safez Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file spring-safez-1.0.0-javadoc.jar to spring-safez-1.0.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder spring-safez-1.0.0-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "spring-safez-1.0.0-sources.jar" -d "spring-safez-1.0.0-javadoc" -subpackages