#include <EllipticCurveFactory.h>
|
static QSharedPointer< EC_GROUP > | create (const QSharedPointer< const PaceInfo > &pPaceInfo) |
| Creates an elliptic curve either by using the PACEInfo's parameter id to determine a standardized elliptic curve or by explicit domain parameters supplied in the corresponding PACEDomainParameterInfo element. Mehr ...
|
|
static QSharedPointer< EC_GROUP > | create (int pCurveIndex) |
| Creates a standardized elliptic curve with specified curve index. Mehr ...
|
|
◆ create() [1/2]
QSharedPointer< EC_GROUP > EllipticCurveFactory::create |
( |
const QSharedPointer< const PaceInfo > & |
pPaceInfo | ) |
|
|
static |
Creates an elliptic curve either by using the PACEInfo's parameter id to determine a standardized elliptic curve or by explicit domain parameters supplied in the corresponding PACEDomainParameterInfo element.
- Parameter
-
pPaceInfo | PACEInfo element containing domain parameter |
- Rückgabe
- elliptic curve object
◆ create() [2/2]
QSharedPointer< EC_GROUP > EllipticCurveFactory::create |
( |
int |
pCurveIndex | ) |
|
|
static |
Creates a standardized elliptic curve with specified curve index.
- Parameter
-
pCurveIndex | elliptic curve index |
- Rückgabe
- elliptic curve object
Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Dateien: