Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > by-pkgid > 98d6b53e11e983e268c3e19f14e091a0 > files > 529

kdepim-devel-doc-3.5.9-9mdv2008.1.x86_64.rpm

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en_US" xml:lang="en_US">

<head>
  <title>certmanager/lib: cryptplugwrapper.h Source File (certmanager/lib)</title>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

  <meta http-equiv="Content-Style-Type" content="text/css" />

  <meta http-equiv="pics-label" content='(pics-1.1 "http://www.icra.org/ratingsv02.html" comment "ICRAonline DE v2.0" l gen true for "http://www.kde.org"  r (nz 1 vz 1 lz 1 oz 1 cb 1) "http://www.rsac.org/ratingsv01.html" l gen true for "http://www.kde.org"  r (n 0 s 0 v 0 l 0))' />

  <meta name="trademark" content="KDE e.V." />
  <meta name="description" content="K Desktop Environment Homepage, KDE.org" />
  <meta name="MSSmartTagsPreventParsing" content="true" />
  <meta name="robots" content="all" />

  <link rel="shortcut icon" href="../../../favicon.ico" />

<link rel="stylesheet" media="screen" type="text/css" title="APIDOX" href="doxygen.css" />



<style type="text/css">
<!--
hr { display: none; }
#content h2 { margin-left: 0px; }
table.mdTable { background-color: #f8f8f8; border: .2em solid #d7d7d7; }
td.mdRow { padding: 8px 20px; }
td.md { font-weight: bold; }
td.mdname1 { font-weight: bold; color: #602020; }
td.mdname { font-weight: bold; color: #602020;  }

-->
</style>

</head>

<body>

<div id="nav_header_top" align="right">
  <a href="#content" class="doNotDisplay" accesskey="2">Skip to main content ::</a>

  <a href="../../.."><img id="nav_header_logo" alt="Home" align="left" src="../../../kde_gear_64.png" border="0" /></a>
  <span class="doNotDisplay">::</span>
  <img id="nav_header_logo_right" alt="" align="right" src="../../../pimlogo.png" border="0" />

  <div id="nav_header_title" align="left">KDE PIM API Reference</div>


</div>

<div id="nav_header_bottom" align="right">
  <span class="doNotDisplay">:: <a href="#navigation" accesskey="5">Skip to Link Menu</a><br/></span>
  <div id="nav_header_bottom_left" style="text-align: left;">
/ <a href="../../../">API Reference</a>
 / <a href="../../html/index.html">certmanager</a> / <a href=".">lib</a>
  </div>
</div>


<table id="main" border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
      <td valign="top" class="menuheader" height="0"></td>

  <td id="contentcolumn" valign="top" rowspan="2" >
    <div id="content" style="padding-top: 0px;"><div style="width:100%; margin: 0px; padding: 0px;">
    <h2><a name="content"></a>certmanager/lib</h2>


<!-- Generated by Doxygen 1.5.5 -->
<h1>cryptplugwrapper.h</h1><a href="cryptplugwrapper_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 
<a name="l00029"></a>00029 <span class="preprocessor">#ifndef cryptplugwrapper_h</span>
<a name="l00030"></a>00030 <span class="preprocessor"></span><span class="preprocessor">#define cryptplugwrapper_h</span>
<a name="l00031"></a>00031 <span class="preprocessor"></span>
<a name="l00032"></a>00032 <span class="preprocessor">#include "<a class="code" href="cryptplug_8h.html" title="Common API header for CRYPTPLUG.">cryptplug.h</a>"</span>
<a name="l00033"></a>00033 
<a name="l00034"></a>00034 <span class="preprocessor">#ifndef LIBKLEOPATRA_NO_COMPAT</span>
<a name="l00035"></a>00035 <span class="preprocessor"></span>
<a name="l00036"></a>00036 <span class="comment">/*</span>
<a name="l00037"></a>00037 <span class="comment"> *</span>
<a name="l00038"></a>00038 <span class="comment"> * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *</span>
<a name="l00039"></a>00039 <span class="comment"> *                                                                        *</span>
<a name="l00040"></a>00040 <span class="comment"> *  This file's source comments are optimized for processing by Doxygen.  *</span>
<a name="l00041"></a>00041 <span class="comment"> *                                                                        *</span>
<a name="l00042"></a>00042 <span class="comment"> *  To obtain best results please get an updated version of Doxygen,      *</span>
<a name="l00043"></a>00043 <span class="comment"> *  for sources and binaries goto http://www.doxygen.org/index.html       *</span>
<a name="l00044"></a>00044 <span class="comment"> *                                                                        *</span>
<a name="l00045"></a>00045 <span class="comment">  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *</span>
<a name="l00046"></a>00046 <span class="comment"></span>
<a name="l00047"></a>00047 <span class="comment">                                                                          *</span>
<a name="l00048"></a>00048 <span class="comment">                                                                          */</span>
<a name="l00049"></a>00049 <span class="preprocessor">#include "kleo/cryptobackend.h"</span>
<a name="l00050"></a>00050 
<a name="l00051"></a>00051 <span class="preprocessor">#include &lt;qdatetime.h&gt;</span>
<a name="l00052"></a>00052 
<a name="l00053"></a>00053 <span class="preprocessor">#include &lt;qvaluelist.h&gt;</span>
<a name="l00054"></a>00054 <span class="preprocessor">#include &lt;qpair.h&gt;</span>
<a name="l00055"></a>00055 <span class="preprocessor">#include &lt;qstringlist.h&gt;</span>
<a name="l00056"></a>00056 <span class="preprocessor">#include &lt;qstring.h&gt;</span>
<a name="l00057"></a>00057 <span class="preprocessor">#include &lt;kdepimmacros.h&gt;</span>
<a name="l00058"></a>00058 
<a name="l00059"></a>00059 
<a name="l00060"></a>00060 <span class="keyword">class </span>KConfigBase;
<a name="l00061"></a>00061 <span class="keyword">class </span><a class="code" href="classQGpgMECryptoConfig.html" title="CryptoConfig implementation around the gpgconf command-line tool For method docu...">QGpgMECryptoConfig</a>;
<a name="l00062"></a>00062 
<a name="l00063"></a>00063 <span class="keyword">namespace </span>GpgME {
<a name="l00064"></a>00064   <span class="keyword">class </span>ImportResult;
<a name="l00065"></a>00065   <span class="keyword">class </span>KeyGenerationResult;
<a name="l00066"></a>00066 }
<a name="l00067"></a>00067 
<a name="l00068"></a>00068 <span class="keyword">namespace </span>Kleo {
<a name="l00069"></a>00069   <span class="keyword">class </span>KeyListJob;
<a name="l00070"></a>00070   <span class="keyword">class </span>EncryptJob;
<a name="l00071"></a>00071   <span class="keyword">class </span>DecryptJob;
<a name="l00072"></a>00072   <span class="keyword">class </span>SignJob;
<a name="l00073"></a>00073   <span class="keyword">class </span>VerifyDetachedJob;
<a name="l00074"></a>00074   <span class="keyword">class </span>VerifyOpaqueJob;
<a name="l00075"></a>00075   <span class="keyword">class </span>KeyGenerationJob;
<a name="l00076"></a>00076   <span class="keyword">class </span>ImportJob;
<a name="l00077"></a>00077   <span class="keyword">class </span>ExportJob;
<a name="l00078"></a>00078   <span class="keyword">class </span>DownloadJob;
<a name="l00079"></a>00079   <span class="keyword">class </span>DeleteJob;
<a name="l00080"></a>00080   <span class="keyword">class </span>SignEncryptJob;
<a name="l00081"></a>00081   <span class="keyword">class </span>DecryptVerifyJob;
<a name="l00082"></a>00082   <span class="keyword">class </span>CryptoConfig;
<a name="l00083"></a>00083   <span class="keyword">class </span>RefreshKeysJob;
<a name="l00084"></a>00084   <span class="keyword">class </span>SpecialJob;
<a name="l00085"></a>00085 }
<a name="l00086"></a>00086 
<a name="l00227"></a>00227 <span class="keyword">class </span><a class="code" href="classCryptPlugWrapper.html" title="This class provides C++ access to the CRYPTPLUG API.">CryptPlugWrapper</a>;
<a name="l00435"></a><a class="code" href="classStructuringInfoWrapper.html">00435</a> <span class="keyword">class </span><a class="code" href="classStructuringInfoWrapper.html" title="This class provides C++ access to the StructuringInfo helper struct that is specified...">StructuringInfoWrapper</a> {
<a name="l00436"></a>00436 <span class="keyword">public</span>:
<a name="l00437"></a>00437   <a class="code" href="classStructuringInfoWrapper.html" title="This class provides C++ access to the StructuringInfo helper struct that is specified...">StructuringInfoWrapper</a>( <a class="code" href="classCryptPlugWrapper.html" title="This class provides C++ access to the CRYPTPLUG API.">CryptPlugWrapper</a>* wrapper );
<a name="l00438"></a>00438   ~<a class="code" href="classStructuringInfoWrapper.html" title="This class provides C++ access to the StructuringInfo helper struct that is specified...">StructuringInfoWrapper</a>();
<a name="l00439"></a>00439   <span class="keywordtype">void</span> reset();
<a name="l00440"></a>00440   <a class="code" href="structCryptPlug_1_1StructuringInfo.html" title="Information record returned by signing and by encrypting functions - this record...">CryptPlug::StructuringInfo</a> data;
<a name="l00441"></a>00441 <span class="keyword">private</span>:
<a name="l00442"></a>00442   <span class="keywordtype">void</span> initMe();
<a name="l00443"></a>00443   <span class="keywordtype">void</span> freeMe();
<a name="l00444"></a>00444   <span class="keywordtype">bool</span> _initDone;
<a name="l00445"></a>00445   <a class="code" href="classCryptPlugWrapper.html" title="This class provides C++ access to the CRYPTPLUG API.">CryptPlugWrapper</a>* _wrapper;
<a name="l00446"></a>00446 };
<a name="l00447"></a>00447 
<a name="l00448"></a>00448 
<a name="l00449"></a>00449 
<a name="l00453"></a><a class="code" href="classCryptPlugWrapper.html">00453</a> <span class="keyword">class </span>KDE_EXPORT <a class="code" href="classCryptPlugWrapper.html" title="This class provides C++ access to the CRYPTPLUG API.">CryptPlugWrapper</a> : <span class="keyword">public</span> Kleo::CryptoBackend::Protocol {
<a name="l00454"></a>00454 <span class="keyword">public</span>:
<a name="l00455"></a>00455     <span class="keyword">static</span> QString errorIdToText( <span class="keywordtype">int</span> errId, <span class="keywordtype">bool</span> &amp; isPassphraseError );
<a name="l00456"></a>00456 
<a name="l00467"></a><a class="code" href="group__groupGeneral.html#g9b9eccd6e0864badbe34fde1a135352a">00467</a>     <span class="keyword">typedef</span> <span class="keyword">enum</span> {
<a name="l00468"></a>00468         InitStatus_undef         = 0,
<a name="l00469"></a>00469 
<a name="l00470"></a>00470         InitStatus_Ok            = 1,
<a name="l00471"></a>00471         InitStatus_NoLibName     = 2,
<a name="l00472"></a>00472         InitStatus_LoadError     = 0x1000,
<a name="l00473"></a>00473         InitStatus_InitError     = 0x2000
<a name="l00474"></a>00474     } InitStatus;
<a name="l00475"></a>00475 
<a name="l00501"></a>00501     <span class="keyword">enum</span> {
<a name="l00502"></a>00502         SigStatus_UNKNOWN     = 0x0000,
<a name="l00503"></a>00503         SigStatus_VALID       = SigStat_VALID,
<a name="l00504"></a>00504         SigStatus_GREEN       = SigStat_GREEN,
<a name="l00505"></a>00505         SigStatus_RED         = SigStat_RED,
<a name="l00506"></a>00506         SigStatus_KEY_REVOKED = SigStat_KEY_REVOKED,
<a name="l00507"></a>00507         SigStatus_KEY_EXPIRED = SigStat_KEY_EXPIRED,
<a name="l00508"></a>00508         SigStatus_SIG_EXPIRED = SigStat_SIG_EXPIRED,
<a name="l00509"></a>00509         SigStatus_KEY_MISSING = SigStat_KEY_MISSING,
<a name="l00510"></a>00510         SigStatus_CRL_MISSING = SigStat_CRL_MISSING,
<a name="l00511"></a>00511         SigStatus_CRL_TOO_OLD = SigStat_CRL_TOO_OLD,
<a name="l00512"></a>00512         SigStatus_BAD_POLICY  = SigStat_BAD_POLICY,
<a name="l00513"></a>00513         SigStatus_SYS_ERROR   = SigStat_SYS_ERROR,
<a name="l00514"></a>00514 
<a name="l00515"></a>00515         SigStatus_NUMERICAL_CODE = 0x8000 <span class="comment">/* An other error occurred. */</span>
<a name="l00516"></a>00516     };
<a name="l00517"></a>00517     <span class="keyword">typedef</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> SigStatusFlags;
<a name="l00518"></a>00518 
<a name="l00519"></a>00519 
<a name="l00520"></a>00520     <span class="keyword">enum</span> {
<a name="l00521"></a>00521         CertStatus_EXPIRES_NEVER = CRYPTPLUG_CERT_DOES_NEVER_EXPIRE
<a name="l00522"></a>00522     };
<a name="l00523"></a>00523 
<a name="l00524"></a>00524 
<a name="l00548"></a>00548     <a class="code" href="classCryptPlugWrapper.html" title="This class provides C++ access to the CRYPTPLUG API.">CryptPlugWrapper</a>( <span class="keyword">const</span> QString&amp; name=QString::null,
<a name="l00549"></a>00549                       <span class="keyword">const</span> QString&amp; libName=QString::null,
<a name="l00550"></a>00550                       <span class="keyword">const</span> QString&amp; update=QString::null,
<a name="l00551"></a>00551                       <span class="keywordtype">bool</span>           active = <span class="keyword">false</span> );
<a name="l00552"></a>00552 
<a name="l00562"></a>00562     ~<a class="code" href="classCryptPlugWrapper.html" title="This class provides C++ access to the CRYPTPLUG API.">CryptPlugWrapper</a>();
<a name="l00563"></a>00563 
<a name="l00564"></a>00564     QString protocol() <span class="keyword">const</span>;
<a name="l00565"></a>00565 
<a name="l00566"></a>00566     QString name()<span class="keyword"> const </span>{
<a name="l00567"></a>00567       <span class="keywordflow">return</span> protocol();
<a name="l00568"></a>00568     }
<a name="l00569"></a>00569 
<a name="l00595"></a>00595     <span class="keywordtype">void</span> setActive( <span class="keywordtype">bool</span> active );
<a name="l00596"></a>00596 
<a name="l00604"></a>00604     <span class="keywordtype">bool</span> active() <span class="keyword">const</span>;
<a name="l00605"></a>00605 
<a name="l00606"></a>00606 
<a name="l00631"></a>00631     <span class="keywordtype">bool</span> setLibName( <span class="keyword">const</span> QString&amp; libName );
<a name="l00632"></a>00632 
<a name="l00641"></a>00641     QString libName() <span class="keyword">const</span>;
<a name="l00642"></a>00642 
<a name="l00643"></a>00643 
<a name="l00648"></a>00648     <span class="keywordtype">void</span> setDisplayName( <span class="keyword">const</span> QString&amp; name );
<a name="l00649"></a>00649 
<a name="l00650"></a>00650 
<a name="l00655"></a>00655     QString displayName() <span class="keyword">const</span>;
<a name="l00656"></a>00656 
<a name="l00657"></a>00657 <span class="keyword">private</span>:
<a name="l00675"></a>00675     <span class="keywordtype">bool</span> initialize( InitStatus* initStatus, QString* errorMsg );
<a name="l00676"></a>00676 
<a name="l00677"></a>00677 <span class="keyword">public</span>:
<a name="l00690"></a>00690     <span class="keywordtype">void</span> deinitialize();
<a name="l00691"></a>00691 
<a name="l00704"></a>00704     InitStatus initStatus( QString* errorMsg ) <span class="keyword">const</span>;
<a name="l00705"></a>00705 
<a name="l00706"></a>00706 
<a name="l00721"></a>00721     <span class="keywordtype">bool</span> hasFeature( ::Feature );
<a name="l00722"></a>00722 
<a name="l00723"></a>00723 
<a name="l00724"></a>00724     <span class="comment">/* \ingroup groupSignAct</span>
<a name="l00725"></a>00725 <span class="comment">     * Frees the members of a signature meta data struct, but not the</span>
<a name="l00726"></a>00726 <span class="comment">     * signature meta data struct itself as this could be allocated on</span>
<a name="l00727"></a>00727 <span class="comment">     * the stack.</span>
<a name="l00728"></a>00728 <span class="comment">     */</span>
<a name="l00729"></a>00729     <span class="keywordtype">void</span> freeSignatureMetaData( CryptPlug::SignatureMetaData* );
<a name="l00730"></a>00730 
<a name="l00752"></a>00752     <span class="keywordtype">bool</span> checkMessageSignature( <span class="keywordtype">char</span>** cleartext,
<a name="l00753"></a>00753                                 <span class="keyword">const</span> <span class="keywordtype">char</span>* signaturetext,
<a name="l00754"></a>00754                                 <span class="keywordtype">bool</span> signatureIsBinary,
<a name="l00755"></a>00755                                 <span class="keywordtype">int</span> signatureLen,
<a name="l00756"></a>00756                                 CryptPlug::SignatureMetaData* sigmeta );
<a name="l00757"></a>00757 
<a name="l00768"></a>00768     <span class="keywordtype">bool</span> decryptMessage( <span class="keyword">const</span> <span class="keywordtype">char</span>* ciphertext,
<a name="l00769"></a>00769                          <span class="keywordtype">bool</span>        cipherIsBinary,
<a name="l00770"></a>00770                          <span class="keywordtype">int</span>         cipherLen,
<a name="l00771"></a>00771                          <span class="keywordtype">char</span>**      cleartext,
<a name="l00772"></a>00772                          <span class="keyword">const</span> <span class="keywordtype">char</span>* certificate,
<a name="l00773"></a>00773                          <span class="keywordtype">int</span>* errId,
<a name="l00774"></a>00774                          <span class="keywordtype">char</span>** errTxt );
<a name="l00775"></a>00775 
<a name="l00788"></a>00788     <span class="keywordtype">bool</span> decryptAndCheckMessage( <span class="keyword">const</span> <span class="keywordtype">char</span>*  ciphertext,
<a name="l00789"></a>00789                                  <span class="keywordtype">bool</span>         cipherIsBinary,
<a name="l00790"></a>00790                                  <span class="keywordtype">int</span>          cipherLen,
<a name="l00791"></a>00791                                  <span class="keywordtype">char</span>**       cleartext,
<a name="l00792"></a>00792                                  <span class="keyword">const</span> <span class="keywordtype">char</span>*  certificate,
<a name="l00793"></a>00793                                  <span class="keywordtype">bool</span>*        signatureFound,
<a name="l00794"></a>00794                                  CryptPlug::SignatureMetaData* sigmeta,
<a name="l00795"></a>00795                                  <span class="keywordtype">int</span>*   errId,
<a name="l00796"></a>00796                                  <span class="keywordtype">char</span>** errTxt );
<a name="l00797"></a>00797 
<a name="l00798"></a>00798     <a class="code" href="classKleo_1_1KeyListJob.html" title="An abstract base class for asynchronous key listers.">Kleo::KeyListJob</a> * keyListJob( <span class="keywordtype">bool</span> remote=<span class="keyword">false</span>, <span class="keywordtype">bool</span> includeSigs=<span class="keyword">false</span>, <span class="keywordtype">bool</span> validate=<span class="keyword">true</span> ) <span class="keyword">const</span>;
<a name="l00799"></a>00799     <a class="code" href="classKleo_1_1EncryptJob.html" title="An abstract base class for asynchronous encrypters.">Kleo::EncryptJob</a> * encryptJob( <span class="keywordtype">bool</span> armor=<span class="keyword">false</span>, <span class="keywordtype">bool</span> textmode=<span class="keyword">false</span> ) <span class="keyword">const</span>;
<a name="l00800"></a>00800     <a class="code" href="classKleo_1_1DecryptJob.html" title="An abstract base class for asynchronous decrypters.">Kleo::DecryptJob</a> * decryptJob() <span class="keyword">const</span>;
<a name="l00801"></a>00801     <a class="code" href="classKleo_1_1SignJob.html" title="An abstract base class for asynchronous signing.">Kleo::SignJob</a> * signJob( <span class="keywordtype">bool</span> armor=<span class="keyword">false</span>, <span class="keywordtype">bool</span> textMode=<span class="keyword">false</span> ) <span class="keyword">const</span>;
<a name="l00802"></a>00802     <a class="code" href="classKleo_1_1VerifyDetachedJob.html" title="An abstract base class for asynchronous verification of detached signatures.">Kleo::VerifyDetachedJob</a> * verifyDetachedJob( <span class="keywordtype">bool</span> textmode=<span class="keyword">false</span>) <span class="keyword">const</span>;
<a name="l00803"></a>00803     <a class="code" href="classKleo_1_1VerifyOpaqueJob.html" title="An abstract base class for asynchronous verification of opaque signatures.">Kleo::VerifyOpaqueJob</a> * verifyOpaqueJob( <span class="keywordtype">bool</span> textmode=<span class="keyword">false</span> ) <span class="keyword">const</span>;
<a name="l00804"></a>00804     <a class="code" href="classKleo_1_1KeyGenerationJob.html" title="An abstract base class for asynchronous key generation.">Kleo::KeyGenerationJob</a> * keyGenerationJob() <span class="keyword">const</span>;
<a name="l00805"></a>00805 
<a name="l00806"></a>00806     <a class="code" href="classKleo_1_1ImportJob.html" title="An abstract base class for asynchronous importers.">Kleo::ImportJob</a> * importJob() <span class="keyword">const</span>;
<a name="l00807"></a>00807     <a class="code" href="classKleo_1_1ExportJob.html" title="An abstract base class for asynchronous exporters.">Kleo::ExportJob</a> * publicKeyExportJob( <span class="keywordtype">bool</span> armor=<span class="keyword">false</span> ) <span class="keyword">const</span>;
<a name="l00808"></a>00808     <a class="code" href="classKleo_1_1ExportJob.html" title="An abstract base class for asynchronous exporters.">Kleo::ExportJob</a> * secretKeyExportJob( <span class="keywordtype">bool</span> armor=<span class="keyword">false</span>, <span class="keyword">const</span> QString&amp; charset = QString::null ) <span class="keyword">const</span>;
<a name="l00809"></a>00809     <a class="code" href="classKleo_1_1DownloadJob.html" title="An abstract base class for asynchronous downloaders.">Kleo::DownloadJob</a> * downloadJob( <span class="keywordtype">bool</span> armor=<span class="keyword">false</span> ) <span class="keyword">const</span>;
<a name="l00810"></a>00810     <a class="code" href="classKleo_1_1DeleteJob.html" title="An abstract base class for asynchronous deleters.">Kleo::DeleteJob</a> * deleteJob() <span class="keyword">const</span>;
<a name="l00811"></a>00811 
<a name="l00812"></a>00812     <a class="code" href="classKleo_1_1SignEncryptJob.html" title="An abstract base class for asynchronous combined signing and encrypting.">Kleo::SignEncryptJob</a> * signEncryptJob( <span class="keywordtype">bool</span> armor=<span class="keyword">false</span>, <span class="keywordtype">bool</span> textmode=<span class="keyword">false</span> ) <span class="keyword">const</span>;
<a name="l00813"></a>00813     <a class="code" href="classKleo_1_1DecryptVerifyJob.html" title="An abstract base class for asynchronous combined decrypters and verifiers.">Kleo::DecryptVerifyJob</a> * decryptVerifyJob( <span class="keywordtype">bool</span> textmode=<span class="keyword">false</span> ) <span class="keyword">const</span>;
<a name="l00814"></a>00814     <a class="code" href="classKleo_1_1RefreshKeysJob.html" title="An abstract base class for asynchronous key refreshers.">Kleo::RefreshKeysJob</a> * refreshKeysJob() <span class="keyword">const</span>;
<a name="l00815"></a>00815 
<a name="l00816"></a>00816     <a class="code" href="classKleo_1_1SpecialJob.html" title="An abstract base class for protocol-specific jobs.">Kleo::SpecialJob</a> * specialJob( <span class="keyword">const</span> <span class="keywordtype">char</span> *, <span class="keyword">const</span> QMap&lt;QString,QVariant&gt; &amp; )<span class="keyword"> const </span>{ <span class="keywordflow">return</span> 0; }
<a name="l00817"></a>00817 
<a name="l00818"></a>00818     GpgME::ImportResult importCertificate( <span class="keyword">const</span> <span class="keywordtype">char</span>* data, <span class="keywordtype">size_t</span> length );
<a name="l00819"></a>00819 
<a name="l00820"></a>00820     CryptPlug * cryptPlug()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> _cp; }
<a name="l00821"></a>00821 
<a name="l00822"></a>00822 <span class="keyword">private</span>:
<a name="l00823"></a>00823     QString    _name;
<a name="l00824"></a>00824     QString    _libName;
<a name="l00825"></a>00825     QString    _updateURL;
<a name="l00826"></a>00826     <span class="keywordtype">bool</span>       _active;
<a name="l00827"></a>00827     InitStatus _initStatus;
<a name="l00828"></a>00828     QString    _lastError;
<a name="l00829"></a>00829     CryptPlug* _cp;
<a name="l00830"></a>00830     <span class="comment">// local parameters without representation in cryptplug.h</span>
<a name="l00831"></a>00831     <span class="keywordtype">bool</span> mAlwaysEncryptToSelf;
<a name="l00832"></a>00832     <span class="keyword">class </span>Config;
<a name="l00833"></a>00833     Config * _config;
<a name="l00834"></a>00834     <a class="code" href="classQGpgMECryptoConfig.html" title="CryptoConfig implementation around the gpgconf command-line tool For method docu...">QGpgMECryptoConfig</a> * _cryptoConfig;
<a name="l00835"></a>00835 };
<a name="l00836"></a>00836 
<a name="l00837"></a>00837 <span class="preprocessor">#endif // !LIBKLEOPATRA_NO_COMPAT</span>
<a name="l00838"></a>00838 <span class="preprocessor"></span>
<a name="l00839"></a>00839 <span class="preprocessor">#endif // cryptplugwrapper_h</span>
</pre></div></div>
    </div></div>


      </td>
  </tr>
  <tr>
    <td valign="top" id="leftmenu" width="25%">
      <a name="navigation"></a>
      <div class="menu_box"><h2>certmanager/lib</h2>
<div class="nav_list">
<ul><li><a href="index.html">Main Page</a></li><li><a href="modules.html">Modules</a></li><li><a href="hierarchy.html">Class Hierarchy</a></li><li><a href="classes.html">Alphabetical List</a></li><li><a href="annotated.html">Class List</a></li><li><a href="files.html">File List</a></li><li><a href="functions.html">Class Members</a></li></ul>
<!--
<h2>Class Picker</h2>
<div style="text-align: center;">
<form name="guideform">
<select name="guidelinks" style="width:100%;" onChange="window.location=document.guideform.guidelinks.options[document.guideform.guidelinks.selectedIndex].value">
<option value="annotated.html">-- Choose --</option>
  <option value="classCryptPlugWrapper.html">cryptplugwrapper</option>,  <option value="classKleo_1_1ChiasmusJob.html">kleo::chiasmusjob</option>,  <option value="classKleo_1_1ChiasmusLibrary.html">kleo::chiasmuslibrary</option>,  <option value="classKleo_1_1CryptoConfig.html">kleo::cryptoconfig</option>,  <option value="classKleo_1_1CryptoConfigComponent.html">kleo::cryptoconfigcomponent</option>,  <option value="classKleo_1_1CryptoConfigDialog.html">kleo::cryptoconfigdialog</option>,  <option value="classKleo_1_1CryptoConfigEntry.html">kleo::cryptoconfigentry</option>,  <option value="classKleo_1_1CryptoConfigGroup.html">kleo::cryptoconfiggroup</option>,  <option value="classKleo_1_1CryptoConfigModule.html">kleo::cryptoconfigmodule</option>,  <option value="classKleo_1_1DecryptJob.html">kleo::decryptjob</option>,  <option value="classKleo_1_1DecryptVerifyJob.html">kleo::decryptverifyjob</option>,  <option value="classKleo_1_1DeleteJob.html">kleo::deletejob</option>,  <option value="classKleo_1_1DN.html">kleo::dn</option>,  <option value="classKleo_1_1DNAttributeMapper.html">kleo::dnattributemapper</option>,  <option value="classKleo_1_1DownloadJob.html">kleo::downloadjob</option>,  <option value="classKleo_1_1EncryptJob.html">kleo::encryptjob</option>,  <option value="classKleo_1_1ExportJob.html">kleo::exportjob</option>,  <option value="classKleo_1_1GnuPGProcessBase.html">kleo::gnupgprocessbase</option>,  <option value="classKleo_1_1HierarchicalKeyListJob.html">kleo::hierarchicalkeylistjob</option>,  <option value="classKleo_1_1ImportJob.html">kleo::importjob</option>,  <option value="classKleo_1_1Job.html">kleo::job</option>,  <option value="classKleo_1_1KeyFilter.html">kleo::keyfilter</option>,  <option value="classKleo_1_1KeyGenerationJob.html">kleo::keygenerationjob</option>,  <option value="classKleo_1_1KeyListJob.html">kleo::keylistjob</option>,  <option value="classKleo_1_1KeyRequester.html">kleo::keyrequester</option>,  <option value="classKleo_1_1MultiDeleteJob.html">kleo::multideletejob</option>,  <option value="classKleo_1_1ObtainKeysJob.html">kleo::obtainkeysjob</option>,  <option value="classKleo_1_1ProgressBar.html">kleo::progressbar</option>,  <option value="classKleo_1_1ProgressDialog.html">kleo::progressdialog</option>,  <option value="classKleo_1_1QGpgMEJob.html">kleo::qgpgmejob</option>,  <option value="classKleo_1_1RefreshKeysJob.html">kleo::refreshkeysjob</option>,  <option value="classKleo_1_1SignEncryptJob.html">kleo::signencryptjob</option>,  <option value="classKleo_1_1SignJob.html">kleo::signjob</option>,  <option value="classKleo_1_1SpecialJob.html">kleo::specialjob</option>,  <option value="classKleo_1_1VerifyDetachedJob.html">kleo::verifydetachedjob</option>,  <option value="classKleo_1_1VerifyOpaqueJob.html">kleo::verifyopaquejob</option>,  <option value="classQGpgMECryptoConfig.html">qgpgmecryptoconfig</option>,  <option value="classQGpgMECryptoConfigComponent.html">qgpgmecryptoconfigcomponent</option>,  <option value="classStructuringInfoWrapper.html">structuringinfowrapper</option>,
</select>
</form>
</div>
-->
</div></div>
<div class="menu_box"><h2>API Dox</h2>
<div class="nav_list">
<ul>
<li><a href="../../../akregator/html/index.html">akregator</a></li><li>&nbsp;&nbsp;<a href="../../../akregator/src/html/index.html">src</a></li><li>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../../../akregator/src/librss/html/index.html">librss</a></li><li><a href="../../../certmanager/html/index.html">certmanager</a></li><li>&nbsp;&nbsp;<a href="../../../certmanager/lib/html/index.html">lib</a></li><li><a href="../../../kaddressbook/html/index.html">kaddressbook</a></li><li><a href="../../../kalarm/html/index.html">kalarm</a></li><li>&nbsp;&nbsp;<a href="../../../kalarm/lib/html/index.html">lib</a></li><li><a href="../../../kandy/html/index.html">kandy</a></li><li><a href="../../../karm/html/index.html">karm</a></li><li><a href="../../../kdgantt/html/index.html">kdgantt</a></li><li><a href="../../../kgantt/html/index.html">kgantt</a></li><li><a href="../../../kioslaves/html/index.html">kioslaves</a></li><li>&nbsp;&nbsp;<a href="../../../kioslaves/imap4/html/index.html">imap4</a></li><li>&nbsp;&nbsp;<a href="../../../kioslaves/mbox/html/index.html">mbox</a></li><li><a href="../../../kitchensync/html/index.html">kitchensync</a></li><li><a href="../../../kmail/html/index.html">kmail</a></li><li><a href="../../../knotes/html/index.html">knotes</a></li><li><a href="../../../konsolekalendar/html/index.html">konsolekalendar</a></li><li><a href="../../../kontact/html/index.html">kontact</a></li><li><a href="../../../korganizer/html/index.html">korganizer</a></li><li><a href="../../../kpilot/html/index.html">kpilot</a></li><li>&nbsp;&nbsp;<a href="../../../kpilot/kpilot/html/index.html">kpilot</a></li><li>&nbsp;&nbsp;<a href="../../../kpilot/lib/html/index.html">lib</a></li><li><a href="../../../libemailfunctions/html/index.html">libemailfunctions</a></li><li><a href="../../../libkcal/html/index.html">libkcal</a></li><li><a href="../../../libkdepim/html/index.html">libkdepim</a></li><li><a href="../../../libkholidays/html/index.html">libkholidays</a></li><li><a href="../../../libkmime/html/index.html">libkmime</a></li><li><a href="../../../libkpgp/html/index.html">libkpgp</a></li><li><a href="../../../libkpimidentities/html/index.html">libkpimidentities</a></li>
</ul></div></div>


        </td>
</tr>
</table>

<span class="doNotDisplay">
  <a href="http://www.kde.org/" accesskey="8">KDE Home</a> |
  <a href="http://accessibility.kde.org/" accesskey="9">KDE Accessibility Home</a> |
  <a href="http://www.kde.org/media/accesskeys.php" accesskey="0">Description of Access Keys</a>
</span>


<div style="height: 8px"></div>

<div id="footer">
  <div id="footer_left">
    Maintained by <a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;groo&#116;&#64;kde&#46;or&#x67;">Adriaan de Groot</a>
and
<a href="&#109;a&#105;&#108;&#116;&#111;&#58;w&#105;nter&#64;kde&#46;or&#x67">Allen Winter</a>.
<br/>
    KDE and K Desktop Environment are trademarks of <a href="http://www.kde.org/areas/kde-ev/" title="Homepage of the KDE non-profit Organization">KDE e.V.</a> |
    <a href="http://www.kde.org/contact/impressum.php">Legal</a>
  </div>
  <div id="footer_right"><img src="/media/images/footer_right.png" style="margin: 0px" alt="" /></div>
</div>

<!--
WARNING: DO NOT SEND MAIL TO THE FOLLOWING EMAIL ADDRESS! YOU WILL
BE BLOCKED INSTANTLY AND PERMANENTLY!
<a href="mailto:aaaatrap-425acc3b5374943f@kde.org">Block me</a>
WARNING END
-->

</body>
</html>