| 1 | <?php | ||
| 12 | class Pdf11Encryption extends AbstractEncryption | ||
| 13 | { | ||
| 14 | /** | ||
| 15 |      * {@inheritdoc} | ||
| 16 | */ | ||
| 17 | public function encrypt($plaintext, $objectNumber, $generationNumber) | ||
| 25 | |||
| 26 | /** | ||
| 27 |      * {@inheritdoc} | ||
| 28 | */ | ||
| 29 | protected function getRevision() | ||
| 33 | |||
| 34 | /** | ||
| 35 |      * {@inheritdoc} | ||
| 36 | */ | ||
| 37 | protected function getAlgorithm() | ||
| 41 | |||
| 42 | /** | ||
| 43 |      * {@inheritdoc} | ||
| 44 | */ | ||
| 45 | protected function getKeyLength() | ||
| 49 | } | ||
| 50 |