java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.network.QSslEllipticCurve
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QSslEllipticCurve extends QtObject implements Cloneable
Represents an elliptic curve for use by elliptic-curve cipher algorithms
Java wrapper for Qt class QSslEllipticCurve
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description QSslEllipticCurve()
protected
QSslEllipticCurve(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description QSslEllipticCurve
clone()
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.static QSslEllipticCurve
fromLongName(String name)
static QSslEllipticCurve
fromShortName(String name)
int
hashCode()
boolean
isTlsNamedCurve()
boolean
isValid()
String
longName()
String
shortName()
String
toString()
-
Constructor Details
-
QSslEllipticCurve
public QSslEllipticCurve() -
QSslEllipticCurve
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
isTlsNamedCurve
-
isValid
-
longName
-
shortName
-
fromLongName
-
fromShortName
-
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
-