aboutsummaryrefslogtreecommitdiffstats
path: root/context.h
diff options
context:
space:
mode:
authorubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2010-12-15 22:49:38 +0000
committerubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2010-12-15 22:49:38 +0000
commite5ab12795e4f0a42a8ce18cace5a57a83a255c37 (patch)
tree03866aa970498d82325e922e1e14c578b8f0e030 /context.h
parentset quoted printable decoding in settings checked per default (diff)
downloadgpg4usb-e5ab12795e4f0a42a8ce18cace5a57a83a255c37.tar.gz
gpg4usb-e5ab12795e4f0a42a8ce18cace5a57a83a255c37.zip
start playing with verify, till now mainly copyed from gpgme-test - more to come ;-)
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@403 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'context.h')
-rw-r--r--context.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/context.h b/context.h
index a023ce0..5d553ff 100644
--- a/context.h
+++ b/context.h
@@ -70,6 +70,9 @@ public:
void clearPasswordCache();
void exportSecretKey(QString uid, QByteArray *outBuffer);
gpgme_key_t getKeyDetails(QString uid);
+ void verify(QByteArray in);
+ void decryptVerify(QByteArray in);
+ void sign(const QByteArray &inBuffer, QByteArray *outBuffer);
signals:
void keyDBChanged();