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 2ad917d27c
Add ConsumerOptions.setMissingKeyPassphraseStrategy()
This allows switching missing passphrase handling from interactive mode
(fire callbacks to prompt user for missing key passphrases) to non-interactive mode
(throw MissingPassphraseException with all keys with missing passphrase in it).

Fixes #193
2021-10-18 16:01:19 +02:00
..
src Add ConsumerOptions.setMissingKeyPassphraseStrategy() 2021-10-18 16:01:19 +02:00
build.gradle Reuse compliance 2021-10-07 16:28:31 +02:00
README.md Reuse compliance 2021-10-07 16:28:31 +02:00

PGPainless-Core

Wrapper around Bouncycastle's OpenPGP implementation.