|
QGpgME 2.0.0-unknown
Qt API for GpgME
|
Public Member Functions | |
| QString | name () const |
| QString | displayName () const |
| CryptoConfig * | config () const |
| GpgCardJob * | gpgCardJob () const |
| Protocol * | openpgp () const |
| Protocol * | smime () const |
| Protocol * | protocol (const char *name) const |
| bool | checkForOpenPGP (QString *reason=nullptr) const |
| bool | checkForSMIME (QString *reason=nullptr) const |
| bool | checkForProtocol (const char *name, QString *reason) const |
| bool | supportsOpenPGP () const |
| bool | supportsSMIME () const |
| bool | supportsProtocol (const char *name) const |
| const char * | enumerateProtocols (int i) const |
Static Public Attributes | |
| static const char | OpenPGP [] = "OpenPGP" |
| static const char | SMIME [] = "SMIME" |