Home
last modified time | relevance | path

Searched refs:objectKey (Results 1 – 4 of 4) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DBaseWriter.php42 $s = $this->protection->rc4($this->protection->objectKey($this->mpdf->currentObjectNumber), $s);
65 $s = $this->protection->rc4($this->protection->objectKey($this->mpdf->currentObjectNumber), $s);
77 $s = $this->protection->rc4($this->protection->objectKey($this->mpdf->currentObjectNumber), $s);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DFpdiTrait.php368 $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);
H A DMpdf.php27188 $s = $this->protection->rc4($this->protection->objectKey($obj + 1), $s);
27204 $s = $this->protection->rc4($this->protection->objectKey($obj + 1), $s);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Pdf/
H A DProtection.php135 public function objectKey($n) function in Mpdf\\Pdf\\Protection