Skip to content

joke325/Jarop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Java 8 bindings for RNP

This project provides Java 8 bindings for the RNP high performance OpenPGP library.

Requirements

RNP

Java 1.8

Build Instructions

  1. Download, build and install shared version of the RNP OpenPGP library.

  2. Configure this project.

    cmake .
    
  3. Build.

    make
    

    or

    cmake --build . --config Release
    

    Outputs are located in the bin/Release and bin/Debug folders.

Testing

java -classpath <classpaths> tech.janky.jarop.tests.RopExamplesTest

Examples

There are Java alternatives of RNP's examples under the examples folder.