• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • tdeio/kssl
 

tdeio/kssl

Public Member Functions | Protected Member Functions | Protected Attributes | Friends | List of all members
KSSLConnectionInfo Class Reference

#include <ksslconnectioninfo.h>

Public Member Functions

 ~KSSLConnectionInfo ()
 
const TQString & getCipher () const
 
const TQString & getCipherDescription () const
 
const TQString & getCipherVersion () const
 
int getCipherUsedBits () const
 
int getCipherBits () const
 

Protected Member Functions

void clean ()
 

Protected Attributes

int m_iCipherUsedBits
 
int m_iCipherBits
 
TQString m_cipherName
 
TQString m_cipherDescription
 
TQString m_cipherVersion
 

Friends

class KSSL
 

Detailed Description

KDE SSL Connection Information.

This class contains the information about an SSL connection. It is generally referenced through KSSL.

Author
George Staikos staik.nosp@m.os@k.nosp@m.de.or.nosp@m.g
See also
KSSL

KDE SSL Connection Information

Definition at line 40 of file ksslconnectioninfo.h.

Constructor & Destructor Documentation

◆ ~KSSLConnectionInfo()

KSSLConnectionInfo::~KSSLConnectionInfo ( )

Destroy this object.

Definition at line 29 of file ksslconnectioninfo.cpp.

◆ KSSLConnectionInfo()

KSSLConnectionInfo::KSSLConnectionInfo ( )
protected

Definition at line 24 of file ksslconnectioninfo.cpp.

Member Function Documentation

◆ clean()

void KSSLConnectionInfo::clean ( )
protected

Definition at line 34 of file ksslconnectioninfo.cpp.

◆ getCipher()

const TQString & KSSLConnectionInfo::getCipher ( ) const

Get the cipher in use.

Returns
the cipher in use

Definition at line 51 of file ksslconnectioninfo.cpp.

◆ getCipherBits()

int KSSLConnectionInfo::getCipherBits ( ) const

Get bit-size of the cipher.

Returns
the number of bits

Definition at line 61 of file ksslconnectioninfo.cpp.

◆ getCipherDescription()

const TQString & KSSLConnectionInfo::getCipherDescription ( ) const

Describe the cipher in use.

Returns
the cipher description (from OpenSSL)

Definition at line 46 of file ksslconnectioninfo.cpp.

◆ getCipherUsedBits()

int KSSLConnectionInfo::getCipherUsedBits ( ) const

Get the number of bits of the cipher that are actually used.

Returns
the number of bits in use

Definition at line 56 of file ksslconnectioninfo.cpp.

◆ getCipherVersion()

const TQString & KSSLConnectionInfo::getCipherVersion ( ) const

Get the version of the cipher in use.

Returns
the version of the cipher

Definition at line 41 of file ksslconnectioninfo.cpp.

Friends And Related Function Documentation

◆ KSSL

friend class KSSL
friend

Definition at line 41 of file ksslconnectioninfo.h.

Member Data Documentation

◆ m_cipherDescription

TQString KSSLConnectionInfo::m_cipherDescription
protected

Definition at line 86 of file ksslconnectioninfo.h.

◆ m_cipherName

TQString KSSLConnectionInfo::m_cipherName
protected

Definition at line 85 of file ksslconnectioninfo.h.

◆ m_cipherVersion

TQString KSSLConnectionInfo::m_cipherVersion
protected

Definition at line 87 of file ksslconnectioninfo.h.

◆ m_iCipherBits

int KSSLConnectionInfo::m_iCipherBits
protected

Definition at line 84 of file ksslconnectioninfo.h.

◆ m_iCipherUsedBits

int KSSLConnectionInfo::m_iCipherUsedBits
protected

Definition at line 84 of file ksslconnectioninfo.h.


The documentation for this class was generated from the following files:
  • ksslconnectioninfo.h
  • ksslconnectioninfo.cpp

tdeio/kssl

Skip menu "tdeio/kssl"
  • Main Page
  • Alphabetical List
  • Class List
  • File List
  • Class Members
  • Related Pages

tdeio/kssl

Skip menu "tdeio/kssl"
  • arts
  • dcop
  • dnssd
  • interfaces
  •   kspeech
  •     interface
  •     library
  •   tdetexteditor
  • kate
  • kded
  • kdoctools
  • kimgio
  • kjs
  • libtdemid
  • libtdescreensaver
  • tdeabc
  • tdecmshell
  • tdecore
  • tdefx
  • tdehtml
  • tdeinit
  • tdeio
  •   bookmarks
  •   httpfilter
  •   kpasswdserver
  •   kssl
  •   tdefile
  •   tdeio
  •   tdeioexec
  • tdeioslave
  •   http
  • tdemdi
  •   tdemdi
  • tdenewstuff
  • tdeparts
  • tdeprint
  • tderandr
  • tderesources
  • tdespell2
  • tdesu
  • tdeui
  • tdeunittest
  • tdeutils
  • tdewallet
Generated for tdeio/kssl by doxygen 1.9.4
This website is maintained by Timothy Pearson.