1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-06-14 23:54:51 +02:00
pgpainless/pgpainless-core/src/main/java/org/pgpainless/exception
2021-09-09 20:31:02 +02:00
..
KeyCannotSignException.java Base PGPainlessCLI on new sop-java module 2021-07-15 17:03:56 +02:00
KeyValidationError.java Rename KeyValidationException -> KeyValidationError 2021-08-15 15:46:41 +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
package-info.java Rename module painless-core -> pgpainless-core 2018-07-19 00:15:06 +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
WrongConsumingMethodException.java Throw WrongConsumingMethodException when processing Cleartext Signed Messages with Inband Signature verification API and vice versa 2021-08-29 13:35:27 +02:00
WrongPassphraseException.java Add S2KUsageFix class and tests to switch secret keys encrypted with USAGE_CHECKSUM over to USAGE_SHA1 2021-09-09 20:31:02 +02:00