Jose\Algorithm\Signature\ES384::getGenerator PHP Method

getGenerator() protected method

protected getGenerator ( ) : Mdanter\Ecc\Primitives\GeneratorPoint
return Mdanter\Ecc\Primitives\GeneratorPoint
    protected function getGenerator()
    {
        return EccFactory::getNistCurves()->generator384();
    }