java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.network.QSslCipher
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QSslCipher extends QtObject implements Cloneable
Represents an SSL cryptographic cipher
Java wrapper for Qt class QSslCipher
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description QSslCipher()
QSslCipher(QSslCipher other)
protected
QSslCipher(QtObject.QPrivateConstructor p)
Constructor for internal use only.QSslCipher(String name)
QSslCipher(String name, QSsl.SslProtocol protocol)
-
Method Summary
Modifier and Type Method Description String
authenticationMethod()
QSslCipher
clone()
String
encryptionMethod()
boolean
equals(Object other)
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.int
hashCode()
boolean
isNull()
String
keyExchangeMethod()
String
name()
QSsl.SslProtocol
protocol()
String
protocolString()
int
supportedBits()
void
swap(QSslCipher other)
String
toString()
int
usedBits()
-
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 native resources with the other object if the other object is a subtype of QtJambiInterface. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
toString
-
clone
-