|
pdfmm 0.9.20
|
This is the complete list of members for mm::PdfEncrypt, including all inherited members.
| Authenticate(const std::string_view &password, const PdfString &documentId) | mm::PdfEncrypt | |
| CalculateStreamLength(size_t length) const =0 | mm::PdfEncrypt | pure virtual |
| CalculateStreamOffset() const =0 | mm::PdfEncrypt | pure virtual |
| CreateEncryptionDictionary(PdfDictionary &dictionary) const =0 | mm::PdfEncrypt | pure virtual |
| CreateEncryptionInputStream(PdfInputStream &inputStream, size_t inputLen)=0 | mm::PdfEncrypt | pure virtual |
| CreateEncryptionOutputStream(PdfOutputStream &outputStream)=0 | mm::PdfEncrypt | pure virtual |
| CreatePdfEncrypt(const std::string_view &userPassword, const std::string_view &ownerPassword, PdfPermissions protection=PdfPermissions::Default, PdfEncryptAlgorithm algorithm=PdfEncryptAlgorithm::AESV2, PdfKeyLength keyLength=PdfKeyLength::L40) | mm::PdfEncrypt | static |
| CreatePdfEncrypt(const PdfObject &obj) | mm::PdfEncrypt | static |
| CreatePdfEncrypt(const PdfEncrypt &rhs) | mm::PdfEncrypt | static |
| Decrypt(const std::string_view &view, std::string &out) const | mm::PdfEncrypt | |
| Encrypt(const std::string_view &view, std::string &out) const | mm::PdfEncrypt | |
| GenerateEncryptionKey(const PdfString &documentId) | mm::PdfEncrypt | |
| GetEnabledEncryptionAlgorithms() | mm::PdfEncrypt | static |
| GetEncryptAlgorithm() const | mm::PdfEncrypt | inline |
| GetEncryptionKey() const | mm::PdfEncrypt | inline |
| GetKeyLength() const | mm::PdfEncrypt | |
| GetOValue() const | mm::PdfEncrypt | inline |
| GetPValue() const | mm::PdfEncrypt | inline |
| GetRevision() const | mm::PdfEncrypt | inline |
| GetUValue() const | mm::PdfEncrypt | inline |
| IsAccessibilityAllowed() const | mm::PdfEncrypt | |
| IsCopyAllowed() const | mm::PdfEncrypt | |
| IsDocAssemblyAllowed() const | mm::PdfEncrypt | |
| IsEditAllowed() const | mm::PdfEncrypt | |
| IsEditNotesAllowed() const | mm::PdfEncrypt | |
| IsEncryptionEnabled(PdfEncryptAlgorithm algorithm) | mm::PdfEncrypt | static |
| IsFillAndSignAllowed() const | mm::PdfEncrypt | |
| IsHighPrintAllowed() const | mm::PdfEncrypt | |
| IsMetadataEncrypted() const | mm::PdfEncrypt | inline |
| IsOwnerPasswordSet() const | mm::PdfEncrypt | inline |
| IsPrintAllowed() const | mm::PdfEncrypt | |
| SetCurrentReference(const PdfReference &ref) | mm::PdfEncrypt | |
| SetEnabledEncryptionAlgorithms(PdfEncryptAlgorithm nEncryptionAlgorithms) | mm::PdfEncrypt | static |