java.lang.Object
io.qt.QtObject
io.qt.network.QSslCipher
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Represents an SSL cryptographic cipher
Java wrapper for Qt's class QSslCipher
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionQSslCipher
(QSslCipher other) protected
Constructor for internal use only.QSslCipher
(String name) QSslCipher
(String name, QSsl.SslProtocol protocol) -
Method Summary
Modifier and TypeMethodDescriptionfinal String
clone()
final String
boolean
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical.int
hashCode()
final boolean
isNull()
final String
final String
name()
final QSsl.SslProtocol
protocol()
final String
final int
final void
swap
(QSslCipher other) toString()
final int
usedBits()
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QSslCipher
public QSslCipher() -
QSslCipher
-
QSslCipher
-
QSslCipher
-
QSslCipher
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
authenticationMethod
-
encryptionMethod
-
isNull
-
keyExchangeMethod
-
name
-
protocol
-
protocolString
-
supportedBits
-
swap
-
usedBits
-
equals
Description copied from class:QtObject
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical. Qt value types override this method to make a value comparison. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
toString
-
clone
-