org.kde.koala

Class KSSLSession

public class KSSLSession extends Object implements QtSupport

KDE SSL Session Information This class contains data about an SSL session. It is just used as a container that is taken from or passed to KSSL objects.

Author: George Staikos

See Also: KSSL

UNKNOWN: KDE SSL Session Information.

Constructor Summary
protected KSSLSession(Class dummy)
KSSLSession()
Method Summary
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
protected voidfinalize()
Deletes the wrapped C++ instance
static KSSLSessionfromString(String s)
Create as session ID object from a base64 encoded string.
booleanisDisposed()
Has the wrapped C++ instance been deleted?
StringtoString()
Convert to a base64 encoded string (so it can be copied safely)

Constructor Detail

KSSLSession

protected KSSLSession(Class dummy)

KSSLSession

public KSSLSession()

Method Detail

dispose

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

finalize

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

fromString

public static KSSLSession fromString(String s)
Create as session ID object from a base64 encoded string.

Parameters: s the session id in base64 encoded ASN.1 format

Returns: a KSSLSession object, or 0L on error

UNKNOWN: Create as session ID object from a base64 encoded string.

isDisposed

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

toString

public String toString()
Convert to a base64 encoded string (so it can be copied safely)

UNKNOWN: Convert to a base64 encoded string (so it can be copied safely)