mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-05 03:55:58 +01:00
348 B
348 B
SOP-Java-Picocli
sop-java-picocli
implements a command line interface for SOP implementations.
Backend Installation
In order to enable OpenPGP operations, you need to set an implementation of sop-java
:
// static method call prior to execution of the main method
SopCLI.setSopInstance(yourSopImpl);