Lcobucci\JWT\Signer\Ecdsa\SignatureSerializer::__construct PHP Méthode

__construct() public méthode

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