pgpainless/pgpainless-core/src/main/java/org/pgpainless/exception
Paul Schaub 8cf5347b52 Base PGPainlessCLI on new sop-java module
* Rename pgpainless-sop -> pgpainless-cli
* Introduce sop-java (implementation-independent SOP API)
* Introduce sop-java-picocli (CLI frontend for sop-java)
* Introduce pgpainless-sop (implementation of sop-java using PGPainless)
* Rework pgpainless-cli (plugs pgpainless-sop into sop-java-picocli)
2021-07-15 17:03:56 +02:00
..
KeyCannotSignException.java Base PGPainlessCLI on new sop-java module 2021-07-15 17:03:56 +02:00
KeyValidationException.java Reworking encryption/decryption API. 2021-05-25 14:23:42 +02:00
MessageNotIntegrityProtectedException.java Prevent decryption of messages using SED instead of SEIP packets and create dedicated exceptions for MDC related errors 2021-04-27 12:27:25 +02:00
MissingDecryptionMethodException.java Throw MissingDecryptionMethodException when missing decryption key or -passphrase 2021-05-28 23:20:25 +02:00
MissingLiteralDataException.java Fix parsing of non-OpenPGP messages when handling detached signatures 2021-06-15 17:35:58 +02:00
ModificationDetectionException.java Prevent decryption of messages using SED instead of SEIP packets and create dedicated exceptions for MDC related errors 2021-04-27 12:27:25 +02:00
NotYetImplementedException.java Remove duplicate code and throw NotYetImplementedExceptions where sensible 2021-06-16 15:49:43 +02:00
SignatureValidationException.java Incorporate feedback from @IvanPizhenko. Thanks! 2021-04-30 10:23:12 +02:00
UnacceptableAlgorithmException.java Respect symmetric algorithm policy during decryption and throw UnacceptableAlgorithmException if policy is violated 2021-05-17 13:47:46 +02:00
WrongPassphraseException.java Throw WrongPassphraseException when wrong passphrase is provided to unlock secret key 2021-05-14 13:18:34 +02:00
package-info.java Rename module painless-core -> pgpainless-core 2018-07-19 00:15:06 +02:00