PoDoFo 0.9.6
|
#include <PdfEncrypt.h>
Protected Attributes | |
AESCryptoEngine * | m_aes |
AES encryptor. | |
A pure virtual class that is used to encrypt a PDF file (AES-128/256) This class is the base for classes that implement algorithms based on AES
Client code is working only with PdfEncrypt class and knows nothing about PdfEncrypt*, it is created through CreatePdfEncrypt factory method