org.kde.koala

Class KSSLConnectionInfo

public class KSSLConnectionInfo extends Object implements 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

UNKNOWN: KDE SSL Connection Information.

Constructor Summary
protected KSSLConnectionInfo(Class dummy)
KSSLConnectionInfo()
Method Summary
protected voidclean()
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
protected voidfinalize()
Deletes the wrapped C++ instance
StringgetCipher()
Get the cipher in use.
intgetCipherBits()
Get bit-size of the cipher
StringgetCipherDescription()
Describe the cipher in use.
intgetCipherUsedBits()
Get the number of bits of the cipher that are actually used.
StringgetCipherVersion()
Get the version of the cipher in use.
booleanisDisposed()
Has the wrapped C++ instance been deleted?

Constructor Detail

KSSLConnectionInfo

protected KSSLConnectionInfo(Class dummy)

KSSLConnectionInfo

public KSSLConnectionInfo()

Method Detail

clean

protected void clean()

dispose

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

finalize

protected void finalize()
Deletes the wrapped C++ instance

getCipher

public String getCipher()
Get the cipher in use.

Returns: the cipher in use

UNKNOWN: Get the cipher in use.

getCipherBits

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

Returns: the number of bits

UNKNOWN: Get bit-size of the cipher

getCipherDescription

public String getCipherDescription()
Describe the cipher in use.

Returns: the cipher description (from OpenSSL)

UNKNOWN: Describe the cipher in use.

getCipherUsedBits

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

Returns: the number of bits in use

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

getCipherVersion

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

Returns: the version of the cipher

UNKNOWN: Get the version of the cipher in use.

isDisposed

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