• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdeutils API Reference
  • KDE Home
  • Contact Us
 

kgpg

  • sources
  • kde-4.14
  • kdeutils
  • kgpg
kgpginterface.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2002 Jean-Baptiste Mardelle <bj@altern.org>
3  * Copyright (C) 2007,2008,2009,2010,2011,2012
4  * Rolf Eike Beer <kde@opensource.sf-tec.de>
5  */
6 /***************************************************************************
7  * *
8  * This program is free software; you can redistribute it and/or modify *
9  * it under the terms of the GNU General Public License as published by *
10  * the Free Software Foundation; either version 2 of the License, or *
11  * (at your option) any later version. *
12  * *
13  ***************************************************************************/
14 
15 #ifndef KGPGINTERFACE_H
16 #define KGPGINTERFACE_H
17 
18 #include "core/kgpgkey.h"
19 #include <QStringList>
20 
21 class KGpgKeyNode;
22 class QString;
23 
27 namespace KgpgInterface {
28  QString getGpgSetting(const QString &name, const QString &configfile);
29  void setGpgSetting(const QString &name, const QString &value, const QString &url);
30 
31  bool getGpgBoolSetting(const QString &name, const QString &configfile);
32  void setGpgBoolSetting(const QString &name, const bool enable, const QString &url);
33 
34  KgpgCore::KgpgKeyList readPublicKeys(const QStringList &ids = QStringList());
35  void readSignatures(KGpgKeyNode *node);
36  KgpgCore::KgpgKeyList readSecretKeys(const QStringList &ids = QStringList());
37 };
38 
39 #endif // KGPGINTERFACE_H
KgpgInterface::setGpgBoolSetting
void setGpgBoolSetting(const QString &name, const bool enable, const QString &url)
Definition: kgpginterface.cpp:107
KgpgInterface::getGpgBoolSetting
bool getGpgBoolSetting(const QString &name, const QString &configfile)
Definition: kgpginterface.cpp:93
kgpgkey.h
KgpgInterface::setGpgSetting
void setGpgSetting(const QString &name, const QString &value, const QString &url)
Definition: kgpginterface.cpp:58
KGpgKeyNode
A public key with or without corresponding secret key.
Definition: KGpgKeyNode.h:33
KgpgInterface::readSignatures
void readSignatures(KGpgKeyNode *node)
Definition: kgpginterface.cpp:305
KgpgInterface::readPublicKeys
KgpgCore::KgpgKeyList readPublicKeys(const QStringList &ids=QStringList())
Definition: kgpginterface.cpp:288
QString
QStringList
KgpgCore::KgpgKeyList
Definition: kgpgkey.h:293
KgpgInterface::readSecretKeys
KgpgCore::KgpgKeyList readSecretKeys(const QStringList &ids=QStringList())
Definition: kgpginterface.cpp:402
KgpgInterface::getGpgSetting
QString getGpgSetting(const QString &name, const QString &configfile)
Definition: kgpginterface.cpp:38
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:42:08 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

kgpg

Skip menu "kgpg"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Related Pages

kdeutils API Reference

Skip menu "kdeutils API Reference"
  • ark
  • filelight
  • kcalc
  • kcharselect
  • kdf
  • kfloppy
  • kgpg
  • ktimer
  • kwallet
  • sweeper

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal