org.kde.koala
public class KSSLSession extends Object implements QtSupport
See Also: KSSL
UNKNOWN: KDE SSL Session Information.
| Constructor Summary | |
|---|---|
| protected | KSSLSession(Class dummy) |
| KSSLSession() | |
| Method Summary | |
|---|---|
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| protected void | finalize() Deletes the wrapped C++ instance |
| static KSSLSession | fromString(String s)
Create as session ID object from a base64 encoded string. |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| String | toString()
Convert to a base64 encoded string (so it can be copied safely) |
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.
UNKNOWN: Convert to a base64 encoded string (so it can be copied safely)