Emarref\Jwt\Algorithm\SymmetricInterface::compute PHP Method

compute() public method

public compute ( string $value ) : string
$value string
return string
    public function compute($value);
SymmetricInterface