org.kde.koala

Class KSSLCertBox

public class KSSLCertBox extends QScrollView

KDE SSL Certificate Box This class creates a widget which formats and displays the contents of an SSL X.509 certificate. That is, it takes the "subject" of the certificate and displays everything contained therein.

Author: George Staikos

See Also: KSSLInfoDlg

UNKNOWN: KDE SSL Certificate Box.

Constructor Summary
protected KSSLCertBox(Class dummy)
KSSLCertBox(QWidget parent, String name, int f)
Construct a certificate box
KSSLCertBox(QWidget parent, String name)
KSSLCertBox(QWidget parent)
KSSLCertBox()
Method Summary
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
protected voidfinalize()
Deletes the wrapped C++ instance
booleanisDisposed()
Has the wrapped C++ instance been deleted?
voidsetValues(String certName, QWidget mailCatcher)
Change the contents of the widget
voidsetValues(String certName)

Constructor Detail

KSSLCertBox

protected KSSLCertBox(Class dummy)

KSSLCertBox

public KSSLCertBox(QWidget parent, String name, int f)
Construct a certificate box

Parameters: parent the parent widget name the internal name of this instance f widget flags for the object

UNKNOWN: Construct a certificate box

KSSLCertBox

public KSSLCertBox(QWidget parent, String name)

KSSLCertBox

public KSSLCertBox(QWidget parent)

KSSLCertBox

public KSSLCertBox()

Method Detail

dispose

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

finalize

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

isDisposed

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

setValues

public void setValues(String certName, QWidget mailCatcher)
Change the contents of the widget

Parameters: certName the name ("subject") of the certificate mailCatcher the widget which catches the url open events

UNKNOWN: Change the contents of the widget

setValues

public void setValues(String certName)