21 #ifndef _KSSLPEERINFO_H
22 #define _KSSLPEERINFO_H
27 #include <tqstringlist.h>
28 #include <ksslcertificate.h>
30 class KSSLPeerInfoPrivate;
31 class KInetSocketAddress;
66 bool certMatchesAddress();
76 bool cnMatchesAddress(TQString cn);
90 const TQString& peerHost()
const;
103 KSSLPeerInfoPrivate *d;
void setPeerHost(TQString realHost=TQString::null)
Set the peer hostname to be used for certificate verification.