Searched refs:currentObjectNumber (Results 1 – 3 of 3) sorted by relevance
51 protected $currentObjectNumber; variable in setasign\\Fpdi\\Tcpdf\\Fpdi155 $this->currentObjectNumber = $this->_newobj();156 $this->importedPages[$key]['objectNumber'] = $this->currentObjectNumber;196 $this->currentObjectNumber = null;241 $string = $this->_encrypt_data($this->currentObjectNumber, $string);247 $string = $this->_encrypt_data($this->currentObjectNumber, $string);252 $stream = $this->_encrypt_data($this->currentObjectNumber, $stream);261 … $this->currentObjectNumber = $this->objectMap[$this->currentReaderId][$value->objectNumber];
42 $s = $this->protection->rc4($this->protection->objectKey($this->mpdf->currentObjectNumber), $s);58 $this->mpdf->currentObjectNumber = $obj_id; // for later use with encryption65 $s = $this->protection->rc4($this->protection->objectKey($this->mpdf->currentObjectNumber), $s);77 $s = $this->protection->rc4($this->protection->objectKey($this->mpdf->currentObjectNumber), $s);
40 public $currentObjectNumber; variable368 …$string = $this->protection->rc4($this->protection->objectKey($this->currentObjectNumber), $string…374 …$string = $this->protection->rc4($this->protection->objectKey($this->currentObjectNumber), $string…379 …$stream = $this->protection->rc4($this->protection->objectKey($this->currentObjectNumber), $stream…388 $this->currentObjectNumber = $this->objectMap[$this->currentReaderId][$value->objectNumber];