org.kde.koala
public class KSSLConnectionInfo extends Object implements QtSupport
See Also: KSSL
UNKNOWN: KDE SSL Connection Information.
Constructor Summary | |
---|---|
protected | KSSLConnectionInfo(Class dummy) |
KSSLConnectionInfo() |
Method Summary | |
---|---|
protected void | clean() |
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
protected void | finalize() Deletes the wrapped C++ instance |
String | getCipher()
Get the cipher in use. |
int | getCipherBits()
Get bit-size of the cipher |
String | getCipherDescription()
Describe the cipher in use. |
int | getCipherUsedBits()
Get the number of bits of the cipher that are actually used. |
String | getCipherVersion()
Get the version of the cipher in use. |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
Returns: the cipher in use
UNKNOWN: Get the cipher in use.
Returns: the number of bits
UNKNOWN: Get bit-size of the cipher
Returns: the cipher description (from OpenSSL)
UNKNOWN: Describe the cipher in use.
Returns: the number of bits in use
UNKNOWN: Get the number of bits of the cipher that are actually used.
Returns: the version of the cipher
UNKNOWN: Get the version of the cipher in use.