aboutsummaryrefslogtreecommitdiffstats
path: root/context.h
diff options
context:
space:
mode:
authornils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2008-10-02 01:45:25 +0000
committernils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2008-10-02 01:45:25 +0000
commite7857f4eace1302891a8b983eecb39264a1b918e (patch)
tree209b569ba9195d52e1178cf461e5901bf8a2faae /context.h
parentdeleted #include keyutils... (diff)
downloadgpg4usb-e7857f4eace1302891a8b983eecb39264a1b918e.tar.gz
gpg4usb-e7857f4eace1302891a8b983eecb39264a1b918e.zip
added keymanagement including export of keys
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@181 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 66023ca..fd4277c 100644
--- a/context.h
+++ b/context.h
@@ -59,6 +59,7 @@ public:
~Context(); // Destructor
void importKey(QByteArray inBuffer);
+ void exportKeys(QList<QString> *uidList, QByteArray *outBuffer);
GpgKeyList listKeys();
void deleteKeys(QList<QString> *uidList);
bool encrypt(QList<QString> *uidList, const QByteArray &inBuffer,