Public Member Functions | |
int | getSecurityType () |
Get the encryption type of current security callback. More... | |
![]() | |
int | getSecurityType () |
Get the encryption type of security callback. More... | |
void | release () |
A callback function used to release current callback object itself. More... | |
This class represents a callback object for certificate decryption. If user wants to use their own certificate security callback, user should inherit this callback class and implement the pure virtual functions (as callback functions), and then register their own certificate security callback object to Foxit PDF SDK by function common.Library.registerSecurityCallback with filter "Adobe.PubSec". Function common.Library.unregisterSecurityCallback can be called to unregister the security callback object with the registered filter name.
int com.foxit.sdk.pdf.CertificateSecurityCallback.getSecurityType | ( | ) |
Get the encryption type of current security callback.