mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-05 03:55:58 +01:00
11 lines
670 B
Markdown
11 lines
670 B
Markdown
|
# Stateless OpenPGP Protocol
|
||
|
The [Stateless OpenPGP Protocol (SOP)](https://datatracker.ietf.org/doc/draft-dkg-openpgp-stateless-cli/) 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. `sop-java` itself does not have any dependencies on cryptographic libraries, so it is possible to
|
||
|
|
||
|
## Command Line Application
|