/[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 259 by twoaday, Tue Jun 27 10:16:41 2006 UTC revision 260 by twoaday, Wed Aug 16 10:01:30 2006 UTC
# Line 49  enum gpg_editkey_t { Line 49  enum gpg_editkey_t {
49      GPG_EDITKEY_REVUID  = 24,      GPG_EDITKEY_REVUID  = 24,
50      GPG_EDITKEY_CLEAN   = 25,      GPG_EDITKEY_CLEAN   = 25,
51      GPG_EDITKEY_NOTATION= 26,      GPG_EDITKEY_NOTATION= 26,
52      GPG_EDITKEY_MINIMIZE= 27      GPG_EDITKEY_MINIMIZE= 27,
53        GPG_EDITKEY_ADDCARDKEY=28
54  };  };
55    
56  /* Reasons for revocations. */  /* Reasons for revocations. */
# Line 95  private: Line 96  private:
96    
97      bool key_has_passwd;      bool key_has_passwd;
98    
99      int sig_index;      int sig_index;  /* signature index. */
100      int key_index;      int key_index;  /* key index. */
101      int uid_index;      int uid_index;  /* userid index. */
102    
103      int valid;      int valid;
104    
# Line 130  public: Line 131  public:
131      void clearPassphrase (void);      void clearPassphrase (void);
132    
133      void setNoPassphrase (bool val);      void setNoPassphrase (bool val);
134      void setPassphrase (const char *pass);      void setPassphrase (const char *_pass);
135        void setPassphrase2 (const char *_pass2);
136      void setKey (gpgme_key_t key);      void setKey (gpgme_key_t key);
137      void setKeyID (const char *keyid);      void setKeyID (const char *keyid);
138      void setLocalUser (gpgme_key_t locusr);      void setLocalUser (gpgme_key_t locusr);
# Line 172  public: Line 174  public:
174      gpgme_error_t setPreferredKeyserver (int uid_index, const char *url);      gpgme_error_t setPreferredKeyserver (int uid_index, const char *url);
175      gpgme_error_t cleanKey (void);      gpgme_error_t cleanKey (void);
176      gpgme_error_t minimizeKey (void);      gpgme_error_t minimizeKey (void);
177          
178        gpgme_error_t addCardKey (int type);
179    
180      gpgme_error_t getUseridInfo (gpg_uid_info_t *r_uinf);      gpgme_error_t getUseridInfo (gpg_uid_info_t *r_uinf);
181    

Legend:
Removed from v.259  
changed lines
  Added in v.260

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26