|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.trolltech.qt.internal.QSignalEmitterInternal
com.trolltech.qt.QSignalEmitter
com.trolltech.qt.QtJambiObject
com.trolltech.qt.network.QSslError
public class QSslError
The QSslError class provides an SSL error. QSslError provides a simple API for managing errors during QSslSocket
's SSL handshake.
QSslSocket
, QSslCertificate
, and QSslCipher
.
Nested Class Summary | |
---|---|
static class |
QSslError.SslError
Describes all recognized errors that can occur during an SSL handshake. |
Nested classes/interfaces inherited from class com.trolltech.qt.internal.QSignalEmitterInternal |
---|
com.trolltech.qt.internal.QSignalEmitterInternal.AbstractSignalInternal |
Field Summary |
---|
Fields inherited from class com.trolltech.qt.internal.QSignalEmitterInternal |
---|
currentSender |
Constructor Summary | |
---|---|
QSslError()
Constructs a QSslError object. |
|
QSslError(QSslError.SslError error)
Constructs a QSslError object. |
|
QSslError(QSslError.SslError error,
QSslCertificate certificate)
Constructs a QSslError object. |
|
QSslError(QSslError other)
Constructs an identical copy of other. |
Method Summary | |
---|---|
QSslCertificate |
certificate()
Returns the certificate associated with this error, or a null certificate if the error does not relate to any certificate. |
QSslError |
clone()
This method is reimplemented for internal reasons |
QSslError.SslError |
error()
Returns the type of the error. |
java.lang.String |
errorString()
Returns a short localized human-readable description of the error. |
java.lang.String |
toString()
|
Methods inherited from class com.trolltech.qt.QtJambiObject |
---|
dispose, disposed, equals, finalize, reassignNativeResources, tr, tr, tr |
Methods inherited from class com.trolltech.qt.QSignalEmitter |
---|
blockSignals, disconnect, disconnect, signalsBlocked, signalSender, thread |
Methods inherited from class com.trolltech.qt.internal.QSignalEmitterInternal |
---|
__qt_signalInitialization |
Methods inherited from class java.lang.Object |
---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.trolltech.qt.QtJambiInterface |
---|
disableGarbageCollection, nativeId, nativePointer, reenableGarbageCollection, setJavaOwnership |
Constructor Detail |
---|
public QSslError(QSslError.SslError error)
QSslCertificate
.
public QSslError()
QSslCertificate
.
public QSslError(QSslError.SslError error, QSslCertificate certificate)
QSslCertificate
.
public QSslError(QSslError other)
Method Detail |
---|
public final QSslCertificate certificate()
error()
, and errorString()
.
public final QSslError.SslError error()
errorString()
, and certificate()
.
public final java.lang.String errorString()
error()
, and certificate()
.
public java.lang.String toString()
toString
in class java.lang.Object
public QSslError clone()
clone
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |