Lcobucci\JWT\Signer\Ecdsa\SignatureSerializer::__construct PHP Method

__construct() public method

public __construct ( Mdanter\Ecc\Math\GmpMathInterface $mathInterface )
$mathInterface Mdanter\Ecc\Math\GmpMathInterface
    public function __construct(GmpMathInterface $mathInterface)
    {
        $this->mathInterface = $mathInterface;
    }