Jose\Algorithm\Signature\RS256::getAlgorithm PHP Method

getAlgorithm() protected method

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