PDFix SDK  6.12.0
PdfStandardSecurityHandler Struct Referenceabstract

PdfStandardSecurityHandler class. More...

Inheritance diagram for PdfStandardSecurityHandler:
PdfSecurityHandler

Public Member Functions

virtual void SetPassword (const wchar_t *password)=0
 Sets new password to the security handler. More...
 
- Public Member Functions inherited from PdfSecurityHandler
virtual int GetFilter (wchar_t *buffer, int len) const =0
 
virtual void Destroy ()=0
 Destroys digital signature's resources. More...
 

Detailed Description

PdfStandardSecurityHandler class.

A standard password-based security handler that all conforming readers shall support.

Member Function Documentation

◆ SetPassword()

virtual void PdfStandardSecurityHandler::SetPassword ( const wchar_t *  password)
pure virtual

Sets new password to the security handler.

Parameters
passwordTo unlock or protect the document.