| 1 | <?php | ||
| 12 | class Pdf14Encryption extends Pdf11Encryption | ||
| 13 | { | ||
| 14 | /** | ||
| 15 |      * {@inheritdoc} | ||
| 16 | */ | ||
| 17 | protected function writeAdditionalEncryptDictionaryEntries(PdfWriter $pdfWriter) | ||
| 22 | |||
| 23 | /** | ||
| 24 |      * {@inheritdoc} | ||
| 25 | */ | ||
| 26 | protected function getRevision() | ||
| 30 | |||
| 31 | /** | ||
| 32 |      * {@inheritdoc} | ||
| 33 | */ | ||
| 34 | protected function getAlgorithm() | ||
| 38 | |||
| 39 | /** | ||
| 40 |      * {@inheritdoc} | ||
| 41 | */ | ||
| 42 | protected function getKeyLength() | ||
| 46 | } | ||
| 47 |