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

getHashAlgorithm() protected method

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