Jose\Algorithm\Signature\ES256::getGenerator PHP 메소드

getGenerator() 보호된 메소드

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