1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-09-28 18:49:56 +02:00
pgpainless/pgpainless-core
Paul Schaub 5869996059
Add isSignedOnly() to MessageInspector
This method can be used to determine, whether the message was created using gpg --sign --armor.
It will return false if the message is signed and encrypted, since we cannot determine signed status while the message is encrypted.
Fixes #188
2021-10-01 14:12:10 +02:00
..
src Add isSignedOnly() to MessageInspector 2021-10-01 14:12:10 +02:00
build.gradle Export dependency on bcprov 2021-09-17 18:05:54 +02:00
README.md Add readmes for all modules 2021-07-17 00:27:58 +02:00

PGPainless-Core

Wrapper around Bouncycastle's OpenPGP implementation.