KIO
ksslpeerinfo.cpp
Go to the documentation of this file.
void truncate(int position)
QStringList split(const QString &sep, SplitBehavior behavior, Qt::CaseSensitivity cs) const
void removeFirst()
bool contains(const QString &str, Qt::CaseSensitivity cs) const
static QDebug kDebug(bool cond, int area=KDE_DEFAULT_DEBUG_AREA)
QString getSubject() const
Get the subject of the certificate (X.509 map).
Definition: ksslcertificate.cpp:167
bool certMatchesAddress()
Determine if the peer's certificate matches the address set with setPeerHost().
Definition: ksslpeerinfo.cpp:63
void setPattern(const QString &pattern)
bool cnMatchesAddress(QString cn)
Determine if the given "common name" matches the address set with setPeerHost().
Definition: ksslpeerinfo.cpp:80
int count(const T &value) const
QByteArray toAce(const QString &domain)
bool isEmpty() const
QString trimmed() const
bool startsWith(const QString &s, Qt::CaseSensitivity cs) const
bool endsWith(const QString &s, Qt::CaseSensitivity cs) const
bool contains(QChar ch, Qt::CaseSensitivity cs) const
QString mid(int position, int n) const
int length() const
QStringList split(const QString &sep, const QString &str, bool allowEmptyEntries)
QString fromLatin1(const char *str, int size)
KSSLCertificate & getPeerCertificate()
Get a reference to the peer's certificate.
Definition: ksslpeerinfo.cpp:51
const QString & peerHost() const
Returns the host we are connected to.
Definition: ksslpeerinfo.cpp:159
void setPeerHost(const QString &host=QString())
Set the host that we are connected to.
Definition: ksslpeerinfo.cpp:55
bool exactMatch(const QString &str) const
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:24:53 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:24:53 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.