#include <PdfEncrypt.h>
Inherited by PoDoFo::PdfEncryptMD5Base.
Protected Member Functions | |
void | RC4 (const unsigned char *key, int keylen, const unsigned char *textin, pdf_long textlen, unsigned char *textout, pdf_long textoutlen) |
AES encryption. | |
Protected Attributes | |
RC4CryptoEngine * | m_rc4 |
AES encryptor. |
Client code is working only with PdfEncrypt class and knows nothing about PdfEncrypt*, it is created through CreatePdfEncrypt factory method