gpgQCAPlugin::GpgOp Class Reference
#include <gpgop.h>
List of all members.
Classes |
| class | Event |
| class | Key |
| class | KeyItem |
Public Types |
| enum | Error {
ErrorProcess,
ErrorPassphrase,
ErrorFormat,
ErrorSignerExpired,
ErrorEncryptExpired,
ErrorEncryptUntrusted,
ErrorEncryptInvalid,
ErrorDecryptNoKey,
ErrorUnknown
} |
| typedef QList< Key > | KeyList |
| enum | Type {
Check,
SecretKeyringFile,
PublicKeyringFile,
SecretKeys,
PublicKeys,
Encrypt,
Decrypt,
Sign,
SignAndEncrypt,
SignClearsign,
SignDetached,
Verify,
VerifyDetached,
Import,
Export,
DeleteKey
} |
| enum | VerifyResult { VerifyGood,
VerifyBad,
VerifyNoKey
} |
Signals |
| void | bytesWritten (int bytes) |
| void | finished () |
| void | needCard () |
| void | needPassphrase (const QString &keyId) |
| void | readyRead () |
| void | readyReadDiagnosticText () |
Public Member Functions |
| | GpgOp (const QString &bin, QObject *parent=0) |
| | ~GpgOp () |
| void | cardOkay () |
| void | doCheck () |
| void | doDecrypt () |
| void | doDeleteKey (const QString &key_fingerprint) |
| void | doEncrypt (const QStringList &recip_ids) |
| void | doExport (const QString &key_id) |
| void | doImport (const QByteArray &in) |
| void | doPublicKeyringFile () |
| void | doPublicKeys () |
| void | doSecretKeyringFile () |
| void | doSecretKeys () |
| void | doSign (const QString &signer_id) |
| void | doSignAndEncrypt (const QString &signer_id, const QStringList &recip_ids) |
| void | doSignClearsign (const QString &signer_id) |
| void | doSignDetached (const QString &signer_id) |
| void | doVerify () |
| void | doVerifyDetached (const QByteArray &sig) |
| QString | encryptedToId () const |
| void | endWrite () |
| Error | errorCode () const |
| bool | isActive () const |
| QString | keyringFile () const |
| KeyList | keys () const |
| Type | op () const |
| QByteArray | read () |
| QString | readDiagnosticText () |
| void | reset () |
| void | setAlwaysTrust (bool b) |
| void | setAsciiFormat (bool b) |
| void | setDisableAgent (bool b) |
| void | setKeyrings (const QString &pubfile, const QString &secfile) |
| QString | signerId () const |
| void | submitPassphrase (const QCA::SecureArray &a) |
| bool | success () const |
| QDateTime | timestamp () const |
| VerifyResult | verifyResult () const |
| Event | waitForEvent (int msecs=-1) |
| bool | wasSigned () const |
| void | write (const QByteArray &in) |
Detailed Description
Definition at line 28 of file gpgop.h.
Member Typedef Documentation
Member Enumeration Documentation
- Enumerator:
| ErrorProcess |
|
| ErrorPassphrase |
|
| ErrorFormat |
|
| ErrorSignerExpired |
|
| ErrorEncryptExpired |
|
| ErrorEncryptUntrusted |
|
| ErrorEncryptInvalid |
|
| ErrorDecryptNoKey |
|
| ErrorUnknown |
|
Definition at line 59 of file gpgop.h.
- Enumerator:
| Check |
|
| SecretKeyringFile |
|
| PublicKeyringFile |
|
| SecretKeys |
|
| PublicKeys |
|
| Encrypt |
|
| Decrypt |
|
| Sign |
|
| SignAndEncrypt |
|
| SignClearsign |
|
| SignDetached |
|
| Verify |
|
| VerifyDetached |
|
| Import |
|
| Export |
|
| DeleteKey |
|
Definition at line 32 of file gpgop.h.
- Enumerator:
| VerifyGood |
|
| VerifyBad |
|
| VerifyNoKey |
|
Definition at line 52 of file gpgop.h.
Constructor & Destructor Documentation
| gpgQCAPlugin::GpgOp::GpgOp |
( |
const QString & |
bin, |
|
|
QObject * |
parent = 0 | |
|
) |
| | [explicit] |
| gpgQCAPlugin::GpgOp::~GpgOp |
( |
|
) |
|
Member Function Documentation
| void gpgQCAPlugin::GpgOp::bytesWritten |
( |
int |
bytes |
) |
[signal] |
| void gpgQCAPlugin::GpgOp::cardOkay |
( |
|
) |
|
| void gpgQCAPlugin::GpgOp::doCheck |
( |
|
) |
|
| void gpgQCAPlugin::GpgOp::doDecrypt |
( |
|
) |
|
| void gpgQCAPlugin::GpgOp::doDeleteKey |
( |
const QString & |
key_fingerprint |
) |
|
| void gpgQCAPlugin::GpgOp::doEncrypt |
( |
const QStringList & |
recip_ids |
) |
|
| void gpgQCAPlugin::GpgOp::doExport |
( |
const QString & |
key_id |
) |
|
| void gpgQCAPlugin::GpgOp::doImport |
( |
const QByteArray & |
in |
) |
|
| void gpgQCAPlugin::GpgOp::doPublicKeyringFile |
( |
|
) |
|
| void gpgQCAPlugin::GpgOp::doPublicKeys |
( |
|
) |
|
| void gpgQCAPlugin::GpgOp::doSecretKeyringFile |
( |
|
) |
|
| void gpgQCAPlugin::GpgOp::doSecretKeys |
( |
|
) |
|
| void gpgQCAPlugin::GpgOp::doSign |
( |
const QString & |
signer_id |
) |
|
| void gpgQCAPlugin::GpgOp::doSignAndEncrypt |
( |
const QString & |
signer_id, |
|
|
const QStringList & |
recip_ids | |
|
) |
| | |
| void gpgQCAPlugin::GpgOp::doSignClearsign |
( |
const QString & |
signer_id |
) |
|
| void gpgQCAPlugin::GpgOp::doSignDetached |
( |
const QString & |
signer_id |
) |
|
| void gpgQCAPlugin::GpgOp::doVerify |
( |
|
) |
|
| void gpgQCAPlugin::GpgOp::doVerifyDetached |
( |
const QByteArray & |
sig |
) |
|
| QString gpgQCAPlugin::GpgOp::encryptedToId |
( |
|
) |
const |
| void gpgQCAPlugin::GpgOp::endWrite |
( |
|
) |
|
| void gpgQCAPlugin::GpgOp::finished |
( |
|
) |
[signal] |
| bool gpgQCAPlugin::GpgOp::isActive |
( |
|
) |
const |
| QString gpgQCAPlugin::GpgOp::keyringFile |
( |
|
) |
const |
| void gpgQCAPlugin::GpgOp::needCard |
( |
|
) |
[signal] |
| void gpgQCAPlugin::GpgOp::needPassphrase |
( |
const QString & |
keyId |
) |
[signal] |
| QString gpgQCAPlugin::GpgOp::readDiagnosticText |
( |
|
) |
|
| void gpgQCAPlugin::GpgOp::readyRead |
( |
|
) |
[signal] |
| void gpgQCAPlugin::GpgOp::readyReadDiagnosticText |
( |
|
) |
[signal] |
| void gpgQCAPlugin::GpgOp::reset |
( |
|
) |
|
| void gpgQCAPlugin::GpgOp::setAlwaysTrust |
( |
bool |
b |
) |
|
| void gpgQCAPlugin::GpgOp::setAsciiFormat |
( |
bool |
b |
) |
|
| void gpgQCAPlugin::GpgOp::setDisableAgent |
( |
bool |
b |
) |
|
| void gpgQCAPlugin::GpgOp::setKeyrings |
( |
const QString & |
pubfile, |
|
|
const QString & |
secfile | |
|
) |
| | |
| QString gpgQCAPlugin::GpgOp::signerId |
( |
|
) |
const |
| bool gpgQCAPlugin::GpgOp::success |
( |
|
) |
const |
| QDateTime gpgQCAPlugin::GpgOp::timestamp |
( |
|
) |
const |
| GpgOp::Event gpgQCAPlugin::GpgOp::waitForEvent |
( |
int |
msecs = -1 |
) |
|
| bool gpgQCAPlugin::GpgOp::wasSigned |
( |
|
) |
const |
| void gpgQCAPlugin::GpgOp::write |
( |
const QByteArray & |
in |
) |
|
The documentation for this class was generated from the following files: