key = $key; $this->value = $value; } public function getKey(): CBORObject { return $this->key; } public function getValue(): CBORObject { return $this->value; } }