Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
CPDF_Encryptor Class Reference

#include <cpdf_encryptor.h>

+ Collaboration diagram for CPDF_Encryptor:

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
 

Detailed Description

Definition at line 18 of file cpdf_encryptor.h.

Constructor & Destructor Documentation

◆ CPDF_Encryptor()

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().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ ~CPDF_Encryptor()

CPDF_Encryptor::~CPDF_Encryptor ( )
default

Member Function Documentation

◆ Encrypt()

DataVector< uint8_t > CPDF_Encryptor::Encrypt ( pdfium::span< const uint8_t > src_data) const

Definition at line 20 of file cpdf_encryptor.cpp.


The documentation for this class was generated from the following files: