|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kde.koala.KSSLConnectionInfo
public class KSSLConnectionInfo
KDE SSL Connection Information This class contains the information about an SSL connection. It is generally referenced through KSSL.
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 |
---|
protected KSSLConnectionInfo(java.lang.Class dummy)
public KSSLConnectionInfo()
Method Detail |
---|
public java.lang.String getCipher()
public java.lang.String getCipherDescription()
public java.lang.String getCipherVersion()
public int getCipherUsedBits()
public int getCipherBits()
protected void clean()
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 |