• Skip to content
  • Skip to link menu
  • KDE API Reference
  • kdelibs-4.14.38 API Reference
  • KDE Home
  • Contact Us
 

KIO

  • kio
  • kssl
ksslpkcs7.h
Go to the documentation of this file.
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 _KSSLPKCS7_H
22#define _KSSLPKCS7_H
23
24#include <ksslconfig.h>
25
26#ifdef KSSL_HAVE_SSL
27#define crypt _openssl_crypt
28#include <openssl/pkcs7.h>
29#undef crypt
30#else
31class PKCS7;
32#endif
33
34//#include <kopenssl.h>
35#include <ksslcertificate.h>
36#include <ksslcertchain.h>
37
38#ifndef STACK_OF
39#define STACK_OF(x) void
40#endif
41
42class KSSL;
43class KSSLPKCS7Private;
44class KOpenSSLProxy;
45
55class KIO_EXPORT KSSLPKCS7 {
56friend class KSSL;
57
58public:
62 virtual ~KSSLPKCS7();
63
69 QString name() const;
70
76 static KSSLPKCS7* fromString(const QString &base64);
77
83 static KSSLPKCS7* loadCertFile(const QString &filename);
84
89 QString toString() const;
90
96 void setCert(PKCS7 *c);
97
103 KSSLCertificate *getCertificate();
104
110 KSSLCertChain *getChain();
111
117 bool toFile(const QString &filename);
118
123 KSSLCertificate::KSSLValidation validate() const;
124
131 KSSLCertificate::KSSLValidation revalidate();
132
136 bool isValid() const;
137
138protected:
139 KSSLPKCS7();
140
141private:
142 KSSLPKCS7Private *d;
143 PKCS7 *_pkcs;
144 KOpenSSLProxy *kossl;
145 KSSLCertificate *_cert;
146 KSSLCertChain *_chain;
147};
148
149
150#endif
151
KOpenSSLProxy
Dynamically load and wrap OpenSSL.
Definition: kopenssl.h:65
KSSLCertChain
KDE Certificate Chain Representation Class.
Definition: ksslcertchain.h:43
KSSLCertificate
KDE X.509 Certificate.
Definition: ksslcertificate.h:75
KSSLCertificate::KSSLValidation
KSSLValidation
Result of the validate() call.
Definition: ksslcertificate.h:119
KSSLPKCS7
KDE PKCS#7 Certificate.
Definition: ksslpkcs7.h:55
KSSL
KDE SSL Wrapper Class.
Definition: kssl.h:39
ksslcertchain.h
ksslcertificate.h
name
const char * name(StandardAction id)
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

KIO

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

kdelibs-4.14.38 API Reference

Skip menu "kdelibs-4.14.38 API Reference"
  • DNSSD
  • Interfaces
  •   KHexEdit
  •   KMediaPlayer
  •   KSpeech
  •   KTextEditor
  • kconf_update
  • KDE3Support
  •   KUnitTest
  • KDECore
  • KDED
  • KDEsu
  • KDEUI
  • KDEWebKit
  • KDocTools
  • KFile
  • KHTML
  • KImgIO
  • KInit
  • kio
  • KIOSlave
  • KJS
  •   KJS-API
  •   WTF
  • kjsembed
  • KNewStuff
  • KParts
  • KPty
  • Kross
  • KUnitConversion
  • KUtils
  • Nepomuk
  • Plasma
  • Solid
  • Sonnet
  • ThreadWeaver
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