/[winpt]/trunk/Include/wptKeyEdit.h
ViewVC logotype

Diff of /trunk/Include/wptKeyEdit.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 25 by twoaday, Wed Oct 12 10:04:26 2005 UTC revision 28 by twoaday, Thu Oct 20 12:35:59 2005 UTC
# Line 95  private: Line 95  private:
95      gpgme_key_t key;      gpgme_key_t key;
96      gpgme_ctx_t ctx;      gpgme_ctx_t ctx;
97      int resval;      int resval;
98        int type;
99    
100  public:  public:
101      int type;      
102      int cnt;      int cnt;
103      int cmd_sent;      int cmd_sent;
104      const char *pass;      const char *pass;
# Line 130  public: Line 131  public:
131      void setKeyID (const char *keyid);      void setKeyID (const char *keyid);
132      void setLocalUser (gpgme_key_t locusr);      void setLocalUser (gpgme_key_t locusr);
133      void setCallback (gpgme_progress_cb_t cb, void *cb_value);      void setCallback (gpgme_progress_cb_t cb, void *cb_value);
134        int  getType (void);
135      void setResultValue (int val);      void setResult (int val);
136      int  getResultValue (void);      int  getResult (void);
137    
138      gpgme_error_t signKey (int mode, int sig_class, const char *exp_date);      gpgme_error_t signKey (int mode, int sig_class, const char *exp_date);
139      gpgme_error_t setTrust (gpgme_validity_t trust);      gpgme_error_t setTrust (gpgme_validity_t trust);

Legend:
Removed from v.25  
changed lines
  Added in v.28

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26