Public Member Functions | |
int | getSecurityType () |
Get the encryption type of security callback. More... | |
void | release () |
A callback function used to release current security 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.
int com.foxit.sdk.pdf.SecurityCallback.getSecurityType | ( | ) |
Get the encryption type of security callback.
void com.foxit.sdk.pdf.SecurityCallback.release | ( | ) |
A callback function used to release current security callback object itself.