~ubuntu-branches/ubuntu/wily/psi/wily

« back to all changes in this revision

Viewing changes to third-party/qca/qca-gnupg/gpgop.h

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2008-08-28 18:46:52 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080828184652-iiik12dl91nq7cdi
Tags: 0.12-2
Uploading to unstable (Closes: Bug#494352)

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
                Verify,            // --verify
46
46
                VerifyDetached,    // --verify
47
47
                Import,            // --import
48
 
                Export             // --export
 
48
                Export,            // --export
 
49
                DeleteKey          // --delete-key
49
50
        };
50
51
 
51
52
        enum VerifyResult
158
159
        void doVerifyDetached(const QByteArray &sig);
159
160
        void doImport(const QByteArray &in);
160
161
        void doExport(const QString &key_id);
 
162
        void doDeleteKey(const QString &key_fingerprint);
161
163
 
162
164
#ifdef QPIPE_SECURE
163
165
        void submitPassphrase(const QCA::SecureArray &a);