r = $r; $this->s = $s; } /** * {@inheritDoc} * @see \Mdanter\Ecc\Crypto\Signature\SignatureInterface::getR() */ public function getR() { return $this->r; } /** * {@inheritDoc} * @see \Mdanter\Ecc\Crypto\Signature\SignatureInterface::getS() */ public function getS() { return $this->s; } }