KIO
Go to the documentation of this file.
22#ifndef _INCLUDE_KSSLSIGNERS_H
23#define _INCLUDE_KSSLSIGNERS_H
27#include <QtCore/QStringList>
63 bool addCA(
KSSLCertificate& cert,
bool ssl,
bool email,
bool code)
const;
74 bool addCA(
const QString &cert,
bool ssl,
bool email,
bool code)
const;
94 bool useForSSL(
const QString &subject)
const;
108 bool useForEmail(
const QString &subject)
const;
122 bool useForCode(
const QString &subject)
const;
136 bool remove(
const QString &subject);
151 QString getCert(
const QString &subject);
161 bool setUse(
const QString &subject,
bool ssl,
bool email,
bool code);
164 class KSSLSignersPrivate;
165 KSSLSignersPrivate *d;
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Thu Jul 20 2023 00:00:00 by
doxygen 1.9.8 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.