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

tdeio/kssl

  • tdeio
  • kssl
ksslx509v3.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#ifndef _KSSLX509V3_H
22#define _KSSLX509V3_H
23
24#include <tqstring.h>
25
26#include <tdelibs_export.h>
27
28// ### KDE4: fix constness of methods
38class TDEIO_EXPORT KSSLX509V3 {
39friend class KSSLCertificate;
40friend class KSSLCertificatePrivate;
41public:
45 ~KSSLX509V3();
46
51 bool certTypeCA();
52
57 bool certTypeSSLCA();
58
63 bool certTypeEmailCA();
64
69 bool certTypeCodeCA();
70
75 bool certTypeSSLClient();
76
81 bool certTypeSSLServer();
82
87 bool certTypeNSSSLServer();
88
93 bool certTypeSMIME();
94
99 bool certTypeSMIMEEncrypt();
100
105 bool certTypeSMIMESign();
106
111 bool certTypeCRLSign();
112
113private:
114 class KSSLX509V3Private;
115 KSSLX509V3Private *d;
116
117protected:
118 KSSLX509V3();
119 long flags; // warning: this is only valid for up to 16 flags + 16 CA.
120};
121
122#endif
KSSLCertificate
KDE X.509 Certificate.
Definition: ksslcertificate.h:77
KSSLX509V3
KDE X509v3 Flag Class.
Definition: ksslx509v3.h:38

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.