Lcobucci\JWT\Signer\Ecdsa\Sha512::getAlgorithm PHP Method

getAlgorithm() public method

public getAlgorithm ( ) : string
return string
    public function getAlgorithm() : string
    {
        return 'sha512';
    }