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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QSslPreSharedKeyAuthenticator authenticator) clone()
Creates and returns a copy of this object.final boolean
boolean
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
-
identityHint
-
maximumIdentityLength
-
setIdentity
-
equals
-
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.