PoDoFo 0.9.20
|
This is the complete list of members for PoDoFo::PdfEncryptAESV2, including all inherited members.
PoDoFo::PdfEncrypt::Authenticate(const std::string_view &password, const PdfString &documentId) | PoDoFo::PdfEncrypt | |
CalculateStreamLength(size_t length) const override | PoDoFo::PdfEncryptAESV2 | virtual |
CalculateStreamOffset() const override | PoDoFo::PdfEncryptAESV2 | virtual |
Create(const std::string_view &userPassword, const std::string_view &ownerPassword, PdfPermissions protection=PdfPermissions::Default, PdfEncryptAlgorithm algorithm=PdfEncryptAlgorithm::AESV2, PdfKeyLength keyLength=PdfKeyLength::L40) | PoDoFo::PdfEncrypt | static |
CreateEncryptionInputStream(InputStream &inputStream, size_t inputLen, const PdfReference &objref) override | PoDoFo::PdfEncryptAESV2 | virtual |
CreateEncryptionOutputStream(OutputStream &outputStream, const PdfReference &objref) override | PoDoFo::PdfEncryptAESV2 | virtual |
CreateFromEncrypt(const PdfEncrypt &rhs) | PoDoFo::PdfEncrypt | static |
CreateFromObject(const PdfObject &obj) | PoDoFo::PdfEncrypt | static |
DecryptTo(charbuff &out, const bufferview &view, const PdfReference &objref) const | PoDoFo::PdfEncrypt | |
EncryptTo(charbuff &out, const bufferview &view, const PdfReference &objref) const | PoDoFo::PdfEncrypt | |
PoDoFo::PdfEncryptMD5Base::GenerateEncryptionKey(const PdfString &documentId) | PoDoFo::PdfEncrypt | |
GetEnabledEncryptionAlgorithms() | PoDoFo::PdfEncrypt | static |
GetEncryptAlgorithm() const | PoDoFo::PdfEncrypt | inline |
GetEncryptionKey() const | PoDoFo::PdfEncrypt | inline |
GetKeyLength() const | PoDoFo::PdfEncrypt | |
GetOValue() const | PoDoFo::PdfEncrypt | inline |
GetPValue() const | PoDoFo::PdfEncrypt | inline |
GetRevision() const | PoDoFo::PdfEncrypt | inline |
GetUValue() const | PoDoFo::PdfEncrypt | inline |
IsAccessibilityAllowed() const | PoDoFo::PdfEncrypt | |
IsCopyAllowed() const | PoDoFo::PdfEncrypt | |
IsDocAssemblyAllowed() const | PoDoFo::PdfEncrypt | |
IsEditAllowed() const | PoDoFo::PdfEncrypt | |
IsEditNotesAllowed() const | PoDoFo::PdfEncrypt | |
IsEncryptionEnabled(PdfEncryptAlgorithm algorithm) | PoDoFo::PdfEncrypt | static |
IsFillAndSignAllowed() const | PoDoFo::PdfEncrypt | |
IsHighPrintAllowed() const | PoDoFo::PdfEncrypt | |
IsMetadataEncrypted() const | PoDoFo::PdfEncrypt | inline |
IsOwnerPasswordSet() const | PoDoFo::PdfEncrypt | inline |
IsPrintAllowed() const | PoDoFo::PdfEncrypt | |
RC4(const unsigned char *key, unsigned keylen, const unsigned char *textin, size_t textlen, unsigned char *textout, size_t textoutlen) const | PoDoFo::PdfEncryptRC4Base | protected |
SetEnabledEncryptionAlgorithms(PdfEncryptAlgorithm nEncryptionAlgorithms) | PoDoFo::PdfEncrypt | static |