QSslEllipticCurve¶
- PyQt5.QtNetwork.QSslEllipticCurve
Description¶
Represents an elliptic curve for use by elliptic-curve cipher algorithms.
The class QSslEllipticCurve represents an elliptic curve for use by elliptic-curve cipher algorithms.
Elliptic curves can be constructed from a “short name” (SN) (fromShortName()), and by a call to QSslConfiguration::supportedEllipticCurves().
QSslEllipticCurve instances can be compared for equality and can be used as keys in QHash and QSet. They cannot be used as key in a QMap.
Methods¶
- __init__()
TODO
- __init__(QSslEllipticCurve)
TODO
- __eq__(QSslEllipticCurve) → bool
TODO
-
@staticmethod
fromLongName(str) → QSslEllipticCurve TODO
-
@staticmethod
fromShortName(str) → QSslEllipticCurve TODO
- __hash__() → int
TODO
- isTlsNamedCurve() → bool
TODO
- isValid() → bool
TODO
- longName() → str
TODO
- __ne__(QSslEllipticCurve) → bool
TODO
- shortName() → str
TODO