This project provides Java 8 bindings for the RNP high performance OpenPGP library.
Java 1.8
-
Download, build and install shared version of the RNP OpenPGP library.
-
Configure this project.
cmake . -
Build.
makeor
cmake --build . --config ReleaseOutputs are located in the bin/Release and bin/Debug folders.
java -classpath <classpaths> tech.janky.jarop.tests.RopExamplesTest
There are Java alternatives of RNP's examples under the examples folder.