aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/OpenPgpSignatureResultBuilder.java
Commit message (Expand)AuthorAgeFilesLines
* pgpdecryptverify: refactor signature processingVincent Breitmoser2015-10-061-2/+3
* Introduce constants in OpenPgpSignature and DecryptionResult for unsigned/une...Dominik Schürmann2015-08-091-42/+49
* Fix expiry, revoked checks in OpenPgpSignatureResultBuilderDominik Schürmann2015-03-101-2/+2
* split up and mark unsafe expiry-related methodsVincent Breitmoser2015-02-261-2/+2
* lift language level to java 7, and some code cleanupVincent Breitmoser2015-01-251-2/+1
* Replace many PgpGeneralExceptions with PgpKeyNotFoundExceptionDominik Schürmann2014-10-091-1/+2
* Revert "Replace PgpGeneralException with NotFoundException where appropriate"Dominik Schürmann2014-10-091-2/+1
* Replace PgpGeneralException with NotFoundException where appropriateDominik Schürmann2014-10-091-1/+2
* Remove unnecessary exceptionDominik Schürmann2014-10-081-7/+2
* Big error screen if signature is invalid or key is revoked/expired, also fixe...Dominik Schürmann2014-10-081-3/+8
* Fix for user ids in APIDominik Schürmann2014-09-071-0/+22
* Experimental support for revoked, expired keys with signaturesDominik Schürmann2014-09-011-12/+36
* Prepare API for OpenPgpSignatureResult extensionsDominik Schürmann2014-08-311-3/+3
* Handle missing MDC as failed only if no valid signature is presentDominik Schürmann2014-08-101-0/+4
* remove obsolete subkey binding check from signature verificationVincent Breitmoser2014-06-191-8/+2
* Fix SIGNATURE_UNKNOWN_PUB_KEYDominik Schürmann2014-04-161-15/+10
* Add OpenPgpSignatureResultBuilderDominik Schürmann2014-04-151-0/+117