• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • tdeio/kssl
 

tdeio/kssl

  • tdeio
  • kssl
ksslsigners.h
1/* This file is part of the KDE project
2 *
3 * Copyright (C) 2001-2003 George Staikos <staikos@kde.org>
4 *
5 * This library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Library General Public
7 * License as published by the Free Software Foundation; either
8 * version 2 of the License, or (at your option) any later version.
9 *
10 * This library is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 * Library General Public License for more details.
14 *
15 * You should have received a copy of the GNU Library General Public License
16 * along with this library; see the file COPYING.LIB. If not, write to
17 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
18 * Boston, MA 02110-1301, USA.
19 */
20
21
22#ifndef _INCLUDE_KSSLSIGNERS_H
23#define _INCLUDE_KSSLSIGNERS_H
24
25class KSSLCertificate;
26class DCOPClient;
27
28#include <tqstringlist.h>
29
30#include <tdelibs_export.h>
31
32// ### KDE4 - Fix constness
43class TDEIO_EXPORT KSSLSigners {
44public:
48 KSSLSigners();
49
53 ~KSSLSigners();
54
64 bool addCA(KSSLCertificate& cert, bool ssl, bool email, bool code);
65
75 bool addCA(TQString cert, bool ssl, bool email, bool code);
76
81 bool regenerate();
82
88 bool useForSSL(KSSLCertificate& cert);
89
95 bool useForSSL(TQString subject);
96
102 bool useForEmail(KSSLCertificate& cert);
103
109 bool useForEmail(TQString subject);
110
116 bool useForCode(KSSLCertificate& cert);
117
123 bool useForCode(TQString subject);
124
130 bool remove(KSSLCertificate& cert);
131
137 bool remove(TQString subject);
138
144 TQStringList list();
145
152 TQString getCert(TQString subject);
153
162 bool setUse(TQString subject, bool ssl, bool email, bool code);
163
164private:
165 class KSSLSignersPrivate;
166 KSSLSignersPrivate *d;
167
168 DCOPClient *dcc;
169};
170
171
172#endif
KSSLCertificate
KDE X.509 Certificate.
Definition: ksslcertificate.h:77
KSSLSigners
KDE SSL Signer Database.
Definition: ksslsigners.h:43

tdeio/kssl

Skip menu "tdeio/kssl"
  • Main Page
  • Alphabetical List
  • Class List
  • File List
  • Class Members
  • Related Pages

tdeio/kssl

Skip menu "tdeio/kssl"
  • arts
  • dcop
  • dnssd
  • interfaces
  •   kspeech
  •     interface
  •     library
  •   tdetexteditor
  • kate
  • kded
  • kdoctools
  • kimgio
  • kjs
  • libtdemid
  • libtdescreensaver
  • tdeabc
  • tdecmshell
  • tdecore
  • tdefx
  • tdehtml
  • tdeinit
  • tdeio
  •   bookmarks
  •   httpfilter
  •   kpasswdserver
  •   kssl
  •   tdefile
  •   tdeio
  •   tdeioexec
  • tdeioslave
  •   http
  • tdemdi
  •   tdemdi
  • tdenewstuff
  • tdeparts
  • tdeprint
  • tderandr
  • tderesources
  • tdespell2
  • tdesu
  • tdeui
  • tdeunittest
  • tdeutils
  • tdewallet
Generated for tdeio/kssl by doxygen 1.9.4
This website is maintained by Timothy Pearson.