mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2024-11-25 08:32:06 +01:00
Add description of external-sop module
This commit is contained in:
parent
bdbc9593c8
commit
bfa97aede8
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@ The repository contains the following modules:
|
||||||
* [sop-java](/sop-java) defines a set of Java interfaces describing the Stateless OpenPGP Protocol.
|
* [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
|
* [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.
|
||||||
|
* [external-sop](/external-sop) contains an API implementation that can be used to forward API calls to a SOP executable,
|
||||||
|
allowing to delegate the implementation logic to an arbitrary SOP CLI implementation.
|
||||||
|
|
||||||
## Known Implementations
|
## Known Implementations
|
||||||
(Please expand!)
|
(Please expand!)
|
||||||
|
|
Loading…
Reference in a new issue