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

getGenerator() protected method

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