|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kde.koala.KSSLSession
public class KSSLSession
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.
KSSL
Constructor Summary | |
---|---|
|
KSSLSession()
|
protected |
KSSLSession(java.lang.Class dummy)
|
Method Summary | |
---|---|
void |
dispose()
Delete the wrapped C++ instance ahead of finalize() |
protected void |
finalize()
Deletes the wrapped C++ instance |
static KSSLSession |
fromString(java.lang.String s)
Create as session ID object from a base64 encoded string. |
boolean |
isDisposed()
Has the wrapped C++ instance been deleted? |
java.lang.String |
toString()
Convert to a base64 encoded string (so it can be copied safely) |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected KSSLSession(java.lang.Class dummy)
public KSSLSession()
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public static KSSLSession fromString(java.lang.String s)
s
- the session id in base64 encoded ASN.1 format
protected void finalize() throws java.lang.InternalError
finalize
in class java.lang.Object
java.lang.InternalError
public void dispose()
public boolean isDisposed()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |