Emarref\Jwt\Algorithm\Rs256::getAlgorithm PHP Method

getAlgorithm() public method

public getAlgorithm ( ) : integer
return integer
    public function getAlgorithm()
    {
        return self::ALGORITHM;
    }