PHP Class Emarref\Jwt\Algorithm\Hmac

Inheritance: implements Emarref\Jwt\Algorithm\SymmetricInterface
Afficher le fichier Open project: emarref/jwt

Méthodes publiques

Méthode Description
__construct ( string $secret )
compute ( string $value ) : string

Méthodes protégées

Méthode Description
getAlgorithm ( ) : string
getSupportedAlgorithms ( ) : array

Private Methods

Méthode Description
ensureSupport ( )

Method Details

__construct() public méthode

public __construct ( string $secret )
$secret string

compute() public méthode

public compute ( string $value ) : string
$value string
Résultat string

getAlgorithm() abstract protected méthode

abstract protected getAlgorithm ( ) : string
Résultat string

getSupportedAlgorithms() protected méthode

protected getSupportedAlgorithms ( ) : array
Résultat array