Foxit PDF SDK
9.1
|
Instance Methods | |
(void) | - dealloc |
(void *) | - getCptr |
(id) | - init |
Constructor. More... | |
(BOOL) | - initialize:cipher:is_encrypt_metadata: |
Initialize current certificate security handler. More... | |
(BOOL) | - initialize:encrypt_key: |
(id) | - initWithCptr:swigOwnCObject: |
(id) | - initWithOther: |
Constructor, with parent class object. More... | |
![]() | |
(FSPDFDocEncryptType) | - getSecurityType |
Get the encryption type of current security handler. More... | |
(BOOL) | - isEmpty |
Check whether current object is empty or not. More... | |
Additional Inherited Members | |
![]() | |
BOOL | swigCMemOwn |
void * | swigCPtr |
This class represents a certificate security handler, used for certificate encryption.
- (void) dealloc |
Reimplemented from FSSecurityHandler.
- (void*) getCptr |
Reimplemented from FSSecurityHandler.
- (id) init |
Constructor.
Reimplemented from FSSecurityHandler.
- (BOOL) initialize: | (FSEnvelopeArray*) | envelopes | |
cipher: | (FSSecurityHandlerCipherType) | cipher | |
is_encrypt_metadata: | (BOOL) | is_encrypt_metadata | |
Initialize current certificate security handler.
[in] | envelopes | An array of envelopes. |
[in] | cipher | Cipher type. Please refer to values starting from FSSecurityHandlerCipherRC4 and this should be one of these values except FSSecurityHandlerCipherNone. |
[in] | is_encrypt_metadata | YES means to encrypt metadata, and NO means not to encrypt metadata. |
- (BOOL) initialize: | (FSCertificateEncryptData *) | encrypt_data | |
encrypt_key: | (NSString *) | encrypt_key | |
- (id) initWithCptr: | (void *) | cptr | |
swigOwnCObject: | (BOOL) | ownCObject | |
Reimplemented from FSSecurityHandler.
- (id) initWithOther: | (FSSecurityHandler*) | other |
Constructor, with parent class object.
[in] | other | Parent class object. |
Reimplemented from FSSecurityHandler.