Foxit PDF SDK
9.1
|
Instance Methods | |
(void) | - dealloc |
(void *) | - getCptr |
(FSPDFDocEncryptType) | - getSecurityType |
Get the encryption type of current security handler. More... | |
(id) | - init |
Constructor. More... | |
(id) | - initWithCptr:swigOwnCObject: |
(id) | - initWithOther: |
Constructor, with another security handler object. More... | |
(BOOL) | - isEmpty |
Check whether current object is empty or not. More... | |
Additional Inherited Members | |
![]() | |
BOOL | swigCMemOwn |
void * | swigCPtr |
Class FSSecurityHandler is the base class that represents a security hander used for encrypting PDF document. It has following derived classes:
To set a security handler to a PDF document, please call function FSPDFDoc::setSecurityHandler:, then the security handler will take effect in later saving process. To get the security handler used for a PDF document, please call function FSPDFDoc::setSecurityHandler:.
- (void) dealloc |
Reimplemented from FSBase.
Reimplemented in FSRMSSecurityHandler, FSCustomSecurityHandler, FSDRMSecurityHandler, FSCertificateSecurityHandler, and FSStdSecurityHandler.
- (void*) getCptr |
Reimplemented from FSBase.
Reimplemented in FSRMSSecurityHandler, FSCustomSecurityHandler, FSDRMSecurityHandler, FSCertificateSecurityHandler, and FSStdSecurityHandler.
- (FSPDFDocEncryptType) getSecurityType |
Get the encryption type of current security handler.
- (id) init |
Constructor.
Reimplemented in FSRMSSecurityHandler, FSCustomSecurityHandler, FSDRMSecurityHandler, FSCertificateSecurityHandler, and FSStdSecurityHandler.
- (id) initWithCptr: | (void *) | cptr | |
swigOwnCObject: | (BOOL) | ownCObject | |
Reimplemented from FSBase.
Reimplemented in FSRMSSecurityHandler, FSCustomSecurityHandler, FSDRMSecurityHandler, FSCertificateSecurityHandler, and FSStdSecurityHandler.
- (id) initWithOther: | (FSSecurityHandler*) | other |
Constructor, with another security handler object.
[in] | other | Another security handler object. |
Reimplemented in FSRMSSecurityHandler, FSCustomSecurityHandler, FSDRMSecurityHandler, FSCertificateSecurityHandler, and FSStdSecurityHandler.
- (BOOL) isEmpty |
Check whether current object is empty or not.
When the current object is empty, that means current object is useless.