Uses of Class
io.qt.network.QSslSocket.PeerVerifyMode
Package | Description |
---|---|
io.qt.network |
-
Uses of QSslSocket.PeerVerifyMode in io.qt.network
Methods in io.qt.network that return QSslSocket.PeerVerifyMode Modifier and Type Method Description QSslSocket.PeerVerifyMode
QSslConfiguration. peerVerifyMode()
QSslSocket.PeerVerifyMode
QSslSocket. peerVerifyMode()
static QSslSocket.PeerVerifyMode
QSslSocket.PeerVerifyMode. resolve(int value)
Returns the corresponding enum entry for the given value.static QSslSocket.PeerVerifyMode
QSslSocket.PeerVerifyMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static QSslSocket.PeerVerifyMode[]
QSslSocket.PeerVerifyMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.network with parameters of type QSslSocket.PeerVerifyMode Modifier and Type Method Description void
QSslConfiguration. setPeerVerifyMode(QSslSocket.PeerVerifyMode mode)
void
QSslSocket. setPeerVerifyMode(QSslSocket.PeerVerifyMode mode)