Encryption bugfixing (RC4)

This commit is contained in:
Jakub Melka
2021-05-30 15:37:06 +02:00
parent e3fecc0568
commit e001adc65b
11 changed files with 132 additions and 64 deletions

View File

@@ -419,6 +419,10 @@ public:
/// Returns info about the document (title, author, etc.)
const PDFDocumentInfo* getInfo() const { return &m_info; }
/// Returns document id part with given index. If index is invalid,
/// then empty id is returned.
QByteArray getIdPart(size_t index) const;
/// If object is reference, the dereference attempt is performed
/// and object is returned. If it is not a reference, then self
/// is returned. If dereference attempt fails, then null object