CurveFactory
in package
Table of Contents
Methods
- getCurveByName() : NamedCurveFp
- getGeneratorByName() : GeneratorPoint
- getNistFactory() : NistCurve
- getSecpFactory() : SecgCurve
Methods
getCurveByName()
public
static getCurveByName(string $name) : NamedCurveFp
Parameters
- $name : string
Return values
NamedCurveFpgetGeneratorByName()
public
static getGeneratorByName(string $name) : GeneratorPoint
Parameters
- $name : string
Return values
GeneratorPointgetNistFactory()
private
static getNistFactory(GmpMathInterface $math) : NistCurve
Parameters
- $math : GmpMathInterface
Return values
NistCurvegetSecpFactory()
private
static getSecpFactory(GmpMathInterface $math) : SecgCurve
Parameters
- $math : GmpMathInterface