1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-06-16 08:34:53 +02:00
pgpainless/sop.md
2022-04-27 20:00:41 +02:00

781 B

Stateless OpenPGP Protocol

The Stateless OpenPGP Protocol (SOP) specification defines a straightforward interface for commonly used OpenPGP operations.

Java API

While the aforementioned document specifies a command line interface, shelling out to a CLI is not an ideal way of incorporating functionality into an application. A dedicated Java API is easier to consume and less error prone.

For that reason, sop-java was created as a general definition of such API.

Command Line Application

If instead of a Java API you need a CLI application, take a look at pgpainless-cli. If you want to create your own SOP CLI application, check out sop-java-picocli.