![]() |
PDFix SDK
7.2.0
|
PdfSecurityHandler class. More...
#include <pdfix.h>
Public Member Functions | |
virtual int | GetFilter (wchar_t *buffer, int len) const =0 |
virtual void | Destroy ()=0 |
Destroys digital signature's resources. More... | |
PdfSecurityHandler class.
A module that implements various aspects of the encryption process and controls access to the contents of the encrypted document.
|
pure virtual |
Destroys digital signature's resources.
|
pure virtual |
Gets the filter name of the security handler. Filter name identifies the type of the security handler. It's the same as the 'Filter' entry in the encryption dictionary. Filter name for the standard security handler is 'Standard'.
buffer | (filled by method) If the buffer is null function returns required length of string |
len | Length of a buffer to be filled in. |