aboutsummaryrefslogtreecommitdiffstats
path: root/context.h
diff options
context:
space:
mode:
authorubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2010-12-17 00:12:21 +0100
committerubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2010-12-17 00:12:21 +0100
commit831114a6b51ea77f2f72d14ea24fa108fd9f5b80 (patch)
treed7046958d268963de7b03e3e8f6610e4561b0aaf /context.h
parentstart playing with verify, till now mainly copyed from gpgme-test - more to c... (diff)
downloadgpg4usb-831114a6b51ea77f2f72d14ea24fa108fd9f5b80.tar.gz
gpg4usb-831114a6b51ea77f2f72d14ea24fa108fd9f5b80.zip
some more playing with sign&verify, signing kind of works now and has menu entry
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@404 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'context.h')
-rw-r--r--context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/context.h b/context.h
index 5d553ff..bd73a79 100644
--- a/context.h
+++ b/context.h
@@ -73,6 +73,7 @@ public:
void verify(QByteArray in);
void decryptVerify(QByteArray in);
void sign(const QByteArray &inBuffer, QByteArray *outBuffer);
+ bool sign(QStringList *uidList, const QByteArray &inBuffer, QByteArray *outBuffer );
signals:
void keyDBChanged();