Foxit PDF SDK
|
Public Member Functions | |
virtual PDFDoc.EncryptType | GetSecurityType () |
Get the encryption type of security callback. More... | |
virtual void | Release () |
A callback function used to release current callback object itself. More... | |
This is just the base class for other concrete security callback object. User should not inherit this class directly when implementing a security callback for any type of decryption and encryption. User should inherit any derived callback class of this base class.
|
inlinevirtual |
Get the encryption type of security callback.
Reimplemented in foxit.pdf.CertificateSecurityCallback, foxit.pdf.DRMSecurityCallback, foxit.pdf.CustomSecurityCallback, and foxit.pdf.RMSSecurityCallback.
|
inlinevirtual |
A callback function used to release current callback object itself.