java.lang.Object
io.qt.QtObject
io.qt.network.QSslPreSharedKeyAuthenticator
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Authentication data for pre shared keys (PSK) ciphersuites
Java wrapper for Qt class QSslPreSharedKeyAuthenticator
- Since:
- This class was introduced in Qt 5.5.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QSslPreSharedKeyAuthenticator authenticator) clone()
Creates and returns a copy of this object.final boolean
Seeoperator==(QSslPreSharedKeyAuthenticator,
QSslPreSharedKeyAuthenticator) boolean
Seeoperator==(QSslPreSharedKeyAuthenticator,
QSslPreSharedKeyAuthenticator) int
hashCode()
Returns the objects's hash code computed byqHash(QSslPreSharedKeyAuthenticator)
.final QByteArray
identity()
final QByteArray
final int
final int
final QByteArray
final void
set
(QSslPreSharedKeyAuthenticator authenticator) Deprecated.final void
setIdentity
(byte [] identity) Overloaded function forsetIdentity(io.qt.core.QByteArray)
.final void
setIdentity
(QByteArray identity) final void
setPreSharedKey
(byte [] preSharedKey) Overloaded function forsetPreSharedKey(io.qt.core.QByteArray)
.final void
setPreSharedKey
(QByteArray preSharedKey) final void
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QSslPreSharedKeyAuthenticator
public QSslPreSharedKeyAuthenticator()
-
-
Method Details
-
identity
- Returns:
-
identityHint
- Returns:
-
maximumIdentityLength
- Returns:
-
setIdentity
- Parameters:
identity
-
-
equals
See
operator==(QSslPreSharedKeyAuthenticator,
QSslPreSharedKeyAuthenticator) -
hashCode
Returns the objects's hash code computed byqHash(QSslPreSharedKeyAuthenticator)
. -
clone
Creates and returns a copy of this object.
See
QSslPreSharedKeyAuthenticator::
QSslPreSharedKeyAuthenticator(QSslPreSharedKeyAuthenticator) -
setIdentity
Overloaded function for
setIdentity(io.qt.core.QByteArray)
.
-
assign(io.qt.network.QSslPreSharedKeyAuthenticator)
instead.