Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <cpdf_encryptor.h>
Public Member Functions | |
CPDF_Encryptor (const CPDF_CryptoHandler *pHandler, int objnum) | |
~CPDF_Encryptor () | |
DataVector< uint8_t > | Encrypt (pdfium::span< const uint8_t > src_data) const |
Definition at line 18 of file cpdf_encryptor.h.
CPDF_Encryptor::CPDF_Encryptor | ( | const CPDF_CryptoHandler * | pHandler, |
int | objnum ) |
Definition at line 15 of file cpdf_encryptor.cpp.
References CPDF_Encryptor().
Referenced by CPDF_Encryptor().
|
default |
DataVector< uint8_t > CPDF_Encryptor::Encrypt | ( | pdfium::span< const uint8_t > | src_data | ) | const |
Definition at line 20 of file cpdf_encryptor.cpp.