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

getAlgorithm() public method

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