Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.3 KB

File metadata and controls

28 lines (20 loc) · 1.3 KB

ROSET Java API

Official Java implementation of the experimental SAS-RCS and SAS-RBS encryption algorithms, offering an easy way to integrate them into Java projects. The API itself is a single Java class SAS_ROSET

For a more visually appealing and easier-to-navigate experience, visit the SAS-ROSET official website.

License: MIT License

Documentaion

ROSET Java API Documentation


Instruction to use the ROSET Java API:

  1. Download the SAS_ROSET.java file. (Go to SAS_ROSET.java)
  2. Copy the SAS_ROSET.java file into your project directory.
  3. Open the file in your IDE or text editor, and modify the package com.sas.roset.api; declaration at the top of the file to match your project's package structure.
  4. You can now access the SAS_ROSET class as you would with any standard Java class.

Usage sample

A usage sample of the API is available in the Main.java file. (Go to Main.java)