org.kde.koala

Class KSSLCertificateFactory

public class KSSLCertificateFactory extends Object implements QtSupport

Constructor Summary
protected KSSLCertificateFactory(Class dummy)
KSSLCertificateFactory()
Method Summary
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
protected voidfinalize()
Deletes the wrapped C++ instance
static KSSLCertificategenerateSelfSigned(int keytype)
booleanisDisposed()
Has the wrapped C++ instance been deleted?

Constructor Detail

KSSLCertificateFactory

protected KSSLCertificateFactory(Class dummy)

KSSLCertificateFactory

public KSSLCertificateFactory()

Method Detail

dispose

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

finalize

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

generateSelfSigned

public static KSSLCertificate generateSelfSigned(int keytype)

isDisposed

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