|
PoDoFo 1.1.0
|
This is the complete list of members for PoDoFo::PdfEncrypt, including all inherited members.
| Authenticate(const std::string_view &password, const PdfString &documentId, PdfEncryptContext &context) const | PoDoFo::PdfEncrypt | |
| Authenticate(const std::string_view &password, const std::string_view &documentId, PODOFO_CRYPT_CTX *ctx, unsigned char encryptionKey[32]) const =0 (defined in PoDoFo::PdfEncrypt) | PoDoFo::PdfEncrypt | protectedpure virtual |
| CalculateStreamLength(size_t length) const =0 | PoDoFo::PdfEncrypt | pure virtual |
| CalculateStreamOffset() const =0 | PoDoFo::PdfEncrypt | pure virtual |
| CheckKey(const unsigned char key1[32], const unsigned char key2[32]) const (defined in PoDoFo::PdfEncrypt) | PoDoFo::PdfEncrypt | protected |
| Create(const std::string_view &userPassword, const std::string_view &ownerPassword, PdfPermissions protection=PdfPermissions::Default, PdfEncryptionAlgorithm algorithm=PdfEncryptionAlgorithm::AESV3R6, PdfKeyLength keyLength=PdfKeyLength::Unknown) | PoDoFo::PdfEncrypt | static |
| CreateEncryptionDictionary(PdfDictionary &dictionary) const =0 | PoDoFo::PdfEncrypt | pure virtual |
| CreateEncryptionInputStream(InputStream &inputStream, size_t inputLen, PdfEncryptContext &context, const PdfReference &objref) const =0 | PoDoFo::PdfEncrypt | pure virtual |
| CreateEncryptionOutputStream(OutputStream &outputStream, PdfEncryptContext &context, const PdfReference &objref) const =0 | PoDoFo::PdfEncrypt | pure virtual |
| CreateFromObject(const PdfObject &obj) | PoDoFo::PdfEncrypt | static |
| Decrypt(const char *inStr, size_t inLen, PdfEncryptContext &context, const PdfReference &objref, char *outStr, size_t &outLen) const =0 (defined in PoDoFo::PdfEncrypt) | PoDoFo::PdfEncrypt | protectedpure virtual |
| DecryptTo(charbuff &out, const bufferview &view, PdfEncryptContext &context, const PdfReference &objref) const | PoDoFo::PdfEncrypt | |
| Encrypt(const char *inStr, size_t inLen, PdfEncryptContext &context, const PdfReference &objref, char *outStr, size_t outLen) const =0 (defined in PoDoFo::PdfEncrypt) | PoDoFo::PdfEncrypt | protectedpure virtual |
| EncryptTo(charbuff &out, const bufferview &view, PdfEncryptContext &context, const PdfReference &objref) const | PoDoFo::PdfEncrypt | |
| EnsureEncryptionInitialized(const PdfString &documentId, PdfEncryptContext &context) | PoDoFo::PdfEncrypt | |
| GenerateEncryptionKey(const std::string_view &documentId, PdfAuthResult authResult, PODOFO_CRYPT_CTX *ctx, unsigned char uValue[48], unsigned char oValue[48], unsigned char encryptionKey[32])=0 (defined in PoDoFo::PdfEncrypt) | PoDoFo::PdfEncrypt | protectedpure virtual |
| GetEnabledEncryptionAlgorithms() | PoDoFo::PdfEncrypt | static |
| GetEncryptAlgorithm() const | PoDoFo::PdfEncrypt | inline |
| GetKeyLength() const | PoDoFo::PdfEncrypt | inline |
| GetKeyLengthBytes() const | PoDoFo::PdfEncrypt | |
| GetOValue() const | PoDoFo::PdfEncrypt | |
| GetOValueRaw() const (defined in PoDoFo::PdfEncrypt) | PoDoFo::PdfEncrypt | inlineprotected |
| GetOwnerPassword() const (defined in PoDoFo::PdfEncrypt) | PoDoFo::PdfEncrypt | inlineprotected |
| GetPValue() const | PoDoFo::PdfEncrypt | inline |
| GetPValueForSerialization() const (defined in PoDoFo::PdfEncrypt) | PoDoFo::PdfEncrypt | protected |
| GetRevision() const | PoDoFo::PdfEncrypt | inline |
| GetUserPassword() const (defined in PoDoFo::PdfEncrypt) | PoDoFo::PdfEncrypt | inlineprotected |
| GetUValue() const | PoDoFo::PdfEncrypt | |
| GetUValueRaw() const (defined in PoDoFo::PdfEncrypt) | PoDoFo::PdfEncrypt | inlineprotected |
| InitFromScratch(const std::string_view &userPassword, const std::string_view &ownerPassword, PdfEncryptionAlgorithm algorithm, PdfKeyLength keyLength, unsigned char revision, PdfPermissions pValue, bool encryptedMetadata) | PoDoFo::PdfEncrypt | protected |
| InitFromValues(PdfEncryptionAlgorithm algorithm, PdfKeyLength keyLength, unsigned char revision, PdfPermissions pValue, const bufferview &uValue, const bufferview &oValue, bool encryptedMetadata) | PoDoFo::PdfEncrypt | protected |
| IsAccessibilityAllowed() const | PoDoFo::PdfEncrypt | |
| IsCopyAllowed() const | PoDoFo::PdfEncrypt | |
| IsDocAssemblyAllowed() const | PoDoFo::PdfEncrypt | |
| IsEditAllowed() const | PoDoFo::PdfEncrypt | |
| IsEditNotesAllowed() const | PoDoFo::PdfEncrypt | |
| IsEncryptionEnabled(PdfEncryptionAlgorithm algorithm) | PoDoFo::PdfEncrypt | static |
| IsFillAndSignAllowed() const | PoDoFo::PdfEncrypt | |
| IsHighPrintAllowed() const | PoDoFo::PdfEncrypt | |
| IsMetadataEncrypted() const (defined in PoDoFo::PdfEncrypt) | PoDoFo::PdfEncrypt | inline |
| IsOwnerPasswordSet() const | PoDoFo::PdfEncrypt | |
| IsParsed() const (defined in PoDoFo::PdfEncrypt) | PoDoFo::PdfEncrypt | inline |
| IsPrintAllowed() const | PoDoFo::PdfEncrypt | |
| PdfAESV3Revision enum name (defined in PoDoFo::PdfEncrypt) | PoDoFo::PdfEncrypt | protected |
| PdfEncryptAESV3 (defined in PoDoFo::PdfEncrypt) | PoDoFo::PdfEncrypt | friend |
| PdfEncryptMD5Base (defined in PoDoFo::PdfEncrypt) | PoDoFo::PdfEncrypt | friend |
| PdfRC4Revision enum name (defined in PoDoFo::PdfEncrypt) | PoDoFo::PdfEncrypt | protected |
| ~PdfEncrypt() (defined in PoDoFo::PdfEncrypt) | PoDoFo::PdfEncrypt | virtual |