java.lang.Object
io.qt.QtObject
io.qt.network.QSslCipher
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Represents an SSL cryptographic cipher
Java wrapper for Qt class QSslCipher
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ConstructorDescriptionQSslCipher
(QSslCipher other) QSslCipher
(String name) QSslCipher
(String name, QSsl.SslProtocol protocol) -
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QSslCipher other) final String
clone()
Creates and returns a copy of this object.final String
boolean
int
hashCode()
Returns the objects's hash code computed byqHash(QSslCipher)
.final boolean
isNull()
final String
final String
name()
final QSsl.SslProtocol
protocol()
final String
final int
final void
swap
(QSslCipher other) toString()
Seeoperator<<(QDebug,
QSslCipher) final int
usedBits()
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QSslCipher
public QSslCipher() -
QSslCipher
-
QSslCipher
-
QSslCipher
-
-
Method Details
-
authenticationMethod
-
encryptionMethod
-
isNull
-
keyExchangeMethod
-
name
-
assign
-
protocol
-
protocolString
-
supportedBits
-
swap
-
usedBits
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QSslCipher)
. -
toString
See
operator<<(QDebug,
QSslCipher) -
clone
Creates and returns a copy of this object.
-