mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2024-11-22 15:12:06 +01:00
Update sop-java/README
This commit is contained in:
parent
85f61b413f
commit
f1c6fd67d3
1 changed files with 1 additions and 4 deletions
|
@ -55,16 +55,13 @@ List<Verification> signatureVerifications = messageInfo.getVerifications();
|
||||||
|
|
||||||
Furthermore, the API is capable of signing messages and verifying unencrypted signed data, as well as adding and removing ASCII armor.
|
Furthermore, the API is capable of signing messages and verifying unencrypted signed data, as well as adding and removing ASCII armor.
|
||||||
|
|
||||||
### Limitations
|
|
||||||
As per the spec, sop-java does not (yet) deal with encrypted OpenPGP keys.
|
|
||||||
|
|
||||||
## Why should I use this?
|
## Why should I use this?
|
||||||
|
|
||||||
If you need to use OpenPGP functionality like encrypting/decrypting messages, or creating/verifying
|
If you need to use OpenPGP functionality like encrypting/decrypting messages, or creating/verifying
|
||||||
signatures inside your application, you probably don't want to start from scratch and instead reuse some library.
|
signatures inside your application, you probably don't want to start from scratch and instead reuse some library.
|
||||||
|
|
||||||
Instead of locking yourselves in by depending hard on that one library, you can simply depend on the interfaces from
|
Instead of locking yourselves in by depending hard on that one library, you can simply depend on the interfaces from
|
||||||
`sop-java` and plug in a library (such as `pgpainless-sop`) that implements said interfaces.
|
`sop-java` and plug in a library (such as `pgpainless-sop`, `external-sop`) that implements said interfaces.
|
||||||
|
|
||||||
That way you don't make yourself dependent from a single OpenPGP library and stay flexible.
|
That way you don't make yourself dependent from a single OpenPGP library and stay flexible.
|
||||||
Should another library emerge, that better suits your needs (and implements `sop-java`), you can easily switch
|
Should another library emerge, that better suits your needs (and implements `sop-java`), you can easily switch
|
||||||
|
|
Loading…
Reference in a new issue