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

getHashAlgorithm() protected method

protected getHashAlgorithm ( ) : string
return string
    protected function getHashAlgorithm()
    {
        return 'sha256';
    }