$this->num_bits, "publicexponent" => $this->public_exponent, "modulus" => strtoupper($this->modulus), "privatekey" => $this->private_key, "publickey" => $this->public_key ); return $newArray; } } } ?>