mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2024-11-22 23:22:05 +01:00
Update README
This commit is contained in:
parent
807689d516
commit
0065401c15
1 changed files with 5 additions and 2 deletions
|
@ -16,9 +16,12 @@ The [Stateless OpenPGP Protocol](https://datatracker.ietf.org/doc/html/draft-dkg
|
||||||
defines a generic stateless CLI for dealing with OpenPGP messages.
|
defines a generic stateless CLI for dealing with OpenPGP messages.
|
||||||
Its goal is to provide a minimal, yet powerful API for the most common OpenPGP related operations.
|
Its goal is to provide a minimal, yet powerful API for the most common OpenPGP related operations.
|
||||||
|
|
||||||
`sop-java` defines a set of Java interfaces describing said API.
|
## Modules
|
||||||
|
|
||||||
`sop-java-picocli` contains a wrapper application that transforms the `sop-java` API into a command line application
|
The repository contains the following modules:
|
||||||
|
|
||||||
|
* [sop-java](/sop-java) defines a set of Java interfaces describing the Stateless OpenPGP Protocol.
|
||||||
|
* [sop-java-picocli](/sop-java-picocli) contains a wrapper application that transforms the `sop-java` API into a command line application
|
||||||
compatible with the SOP-CLI specification.
|
compatible with the SOP-CLI specification.
|
||||||
|
|
||||||
## Known Implementations
|
## Known Implementations
|
||||||
|
|
Loading…
Reference in a new issue