org.kde.koala
Class KSSLConnectionInfo

java.lang.Object
  extended by org.kde.koala.KSSLConnectionInfo
All Implemented Interfaces:
org.kde.qt.QtSupport

public class KSSLConnectionInfo
extends java.lang.Object
implements org.kde.qt.QtSupport

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

Author:
George Staikos
See Also:
KSSL

Constructor Summary
  KSSLConnectionInfo()
           
protected KSSLConnectionInfo(java.lang.Class dummy)
           
 
Method Summary
protected  void clean()
           
 void dispose()
          Delete the wrapped C++ instance ahead of finalize()
protected  void finalize()
          Deletes the wrapped C++ instance
 java.lang.String getCipher()
          Get the cipher in use.
 int getCipherBits()
          Get bit-size of the cipher
 java.lang.String getCipherDescription()
          Describe the cipher in use.
 int getCipherUsedBits()
          Get the number of bits of the cipher that are actually used.
 java.lang.String getCipherVersion()
          Get the version of the cipher in use.
 boolean isDisposed()
          Has the wrapped C++ instance been deleted?
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KSSLConnectionInfo

protected KSSLConnectionInfo(java.lang.Class dummy)

KSSLConnectionInfo

public KSSLConnectionInfo()
Method Detail

getCipher

public java.lang.String getCipher()
Get the cipher in use.

Returns:
the cipher in use

getCipherDescription

public java.lang.String getCipherDescription()
Describe the cipher in use.

Returns:
the cipher description (from OpenSSL)

getCipherVersion

public java.lang.String getCipherVersion()
Get the version of the cipher in use.

Returns:
the version of the cipher

getCipherUsedBits

public int getCipherUsedBits()
Get the number of bits of the cipher that are actually used.

Returns:
the number of bits in use

getCipherBits

public int getCipherBits()
Get bit-size of the cipher

Returns:
the number of bits

clean

protected void clean()

finalize

protected void finalize()
                 throws java.lang.InternalError
Deletes the wrapped C++ instance

Overrides:
finalize in class java.lang.Object
Throws:
java.lang.InternalError

dispose

public void dispose()
Delete the wrapped C++ instance ahead of finalize()


isDisposed

public boolean isDisposed()
Has the wrapped C++ instance been deleted?