21 #ifndef _KSSLCONNECTIONINFO_H
22 #define _KSSLCONNECTIONINFO_H
26 #include <tdelibs_export.h>
52 const TQString& getCipher()
const;
58 const TQString& getCipherDescription()
const;
64 const TQString& getCipherVersion()
const;
70 int getCipherUsedBits()
const;
76 int getCipherBits()
const;
84 int m_iCipherUsedBits, m_iCipherBits;
85 TQString m_cipherName;
86 TQString m_cipherDescription;
87 TQString m_cipherVersion;
90 class KSSLConnectionInfoPrivate;
91 KSSLConnectionInfoPrivate *d;
KDE SSL Connection Information.