Jose\Algorithm\Signature\ES256::getHashAlgorithm PHP Méthode

getHashAlgorithm() protected méthode

protected getHashAlgorithm ( ) : string
Résultat string
    protected function getHashAlgorithm()
    {
        return 'sha256';
    }