| 1 | <?php |
||
| 17 | class Pdf14Encryption extends Pdf11Encryption |
||
| 18 | { |
||
| 19 | /** |
||
| 20 | * {@inheritdoc} |
||
| 21 | */ |
||
| 22 | protected function writeAdditionalEncryptDictionaryEntries(ObjectWriter $objectWriter) |
||
| 29 | |||
| 30 | /** |
||
| 31 | * {@inheritdoc} |
||
| 32 | */ |
||
| 33 | protected function getRevision() |
||
| 37 | |||
| 38 | /** |
||
| 39 | * {@inheritdoc} |
||
| 40 | */ |
||
| 41 | protected function getAlgorithm() |
||
| 45 | |||
| 46 | /** |
||
| 47 | * {@inheritdoc} |
||
| 48 | */ |
||
| 49 | protected function getKeyLength() |
||
| 53 | } |
||
| 54 |