CryptPlugWrapper Class Reference
#include <cryptplugwrapper.h>
Inherits Kleo::CryptoBackend::Protocol.
Public Types | |
enum | IniStatus { IniStatus_undef = 0 , IniStatus_Ok = 1 , IniStatus_NoLibName = 2 , IniStatus_LoadError = 0x1000 , IniStatus_InitError = 0x2000 } |
enum | { SigStatus_UNKNOWN = 0x0000 , SigStatus_VALID = SigStat_VALID , SigStatus_GREEN = SigStat_GREEN , SigStatus_RED = SigStat_RED , SigStatus_KEY_REVOKED = SigStat_KEY_REVOKED , SigStatus_KEY_EXPIRED = SigStat_KEY_EXPIRED , SigStatus_SIG_EXPIRED = SigStat_SIG_EXPIRED , SigStatus_KEY_MISSING = SigStat_KEY_MISSING , SigStatus_CRL_MISSING = SigStat_CRL_MISSING , SigStatus_CRL_TOO_OLD = SigStat_CRL_TOO_OLD , SigStatus_BAD_POLICY = SigStat_BAD_POLICY , SigStatus_SYS_ERROR = SigStat_SYS_ERROR , SigStatus_NUMERICAL_CODE = 0x8000 } |
enum | { CerStatus_EXPIRES_NEVER = CRYPTPLUG_CERT_DOES_NEVER_EXPIRE } |
typedef unsigned long | SigStatusFlags |
Public Member Functions | |
CryptPlugWrapper (const TQString &name=TQString(), const TQString &libName=TQString(), const TQString &update=TQString(), bool active=false) | |
~CryptPlugWrapper () | |
TQString | protocol () const |
TQString | name () const |
void | setActive (bool active) |
bool | active () const |
bool | setLibName (const TQString &libName) |
TQString | libName () const |
void | setDisplayName (const TQString &name) |
TQString | displayName () const |
void | deinitialize () |
IniStatus | iniStatus (TQString *errorMsg) const |
bool | hasFeature (::Feature) |
void | freeSignatureMetaData (CryptPlug::SignatureMetaData *) |
bool | checkMessageSignature (char **cleartext, const char *signaturetext, bool signatureIsBinary, int signatureLen, CryptPlug::SignatureMetaData *sigmeta) |
bool | decryptMessage (const char *ciphertext, bool cipherIsBinary, int cipherLen, char **cleartext, const char *certificate, int *errId, char **errTxt) |
bool | decryptAndCheckMessage (const char *ciphertext, bool cipherIsBinary, int cipherLen, char **cleartext, const char *certificate, bool *signatureFound, CryptPlug::SignatureMetaData *sigmeta, int *errId, char **errTxt) |
Kleo::KeyListJob * | keyListJob (bool remote=false, bool includeSigs=false, bool validate=true) const |
Kleo::EncryptJob * | encryptJob (bool armor=false, bool textmode=false) const |
Kleo::DecryptJob * | decryptJob () const |
Kleo::SignJob * | signJob (bool armor=false, bool textMode=false) const |
Kleo::VerifyDetachedJob * | verifyDetachedJob (bool textmode=false) const |
Kleo::VerifyOpaqueJob * | verifyOpaqueJob (bool textmode=false) const |
Kleo::KeyGenerationJob * | keyGenerationJob () const |
Kleo::ImportJob * | importJob () const |
Kleo::ExportJob * | publicKeyExportJob (bool armor=false) const |
Kleo::ExportJob * | secretKeyExportJob (bool armor=false, const TQString &charset=TQString()) const |
Kleo::DownloadJob * | downloadJob (bool armor=false) const |
Kleo::DeleteJob * | deleteJob () const |
Kleo::SignEncryptJob * | signEncryptJob (bool armor=false, bool textmode=false) const |
Kleo::DecryptVerifyJob * | decryptVerifyJob (bool textmode=false) const |
Kleo::RefreshKeysJob * | refreshKeysJob () const |
Kleo::SpecialJob * | specialJob (const char *, const TQStringVariantMap &) const |
GpgME::ImportResult | importCertificate (const char *data, size_t length) |
CryptPlug * | cryptPlug () const |
Static Public Member Functions | |
static TQString | errorIdToText (int errId, bool &isPassphraseError) |
Detailed Description
This class provides C++ access to the CRYPTPLUG API.
Definition at line 453 of file cryptplugwrapper.h.
The documentation for this class was generated from the following files: