java.lang.Object
io.qt.QtObject
io.qt.network.QSslEllipticCurve
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Represents an elliptic curve for use by elliptic-curve cipher algorithms
Java wrapper for Qt class QSslEllipticCurve
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates and returns a copy of this object.final boolean
equals
(QSslEllipticCurve rhs) boolean
static QSslEllipticCurve
fromLongName
(String name) static QSslEllipticCurve
fromShortName
(String name) int
hashCode()
Returns the objects's hash code computed byqHash(QSslEllipticCurve)
.final boolean
final boolean
isValid()
final String
longName()
final String
toString()
Seeoperator<<(QDebug,
QSslEllipticCurve) Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QSslEllipticCurve
public QSslEllipticCurve() -
QSslEllipticCurve
- Parameters:
other
-
-
-
Method Details
-
isTlsNamedCurve
- Returns:
-
isValid
- Returns:
-
longName
- Returns:
-
equals
- Parameters:
rhs
-- Returns:
-
shortName
- Returns:
-
fromLongName
- Parameters:
name
-- Returns:
-
fromShortName
- Parameters:
name
-- Returns:
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QSslEllipticCurve)
. -
toString
See
operator<<(QDebug,
QSslEllipticCurve) -
clone
Creates and returns a copy of this object.
-