Foxit PDF SDK
|
Instance Methods | |
(id) | - init |
Constructor. More... | |
(BOOL) | - initialize:callback: |
Initialize current Microsoft RMS security handler. More... | |
(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... | |
This class represents a RMS security handler, used for RMS encryption.
- (id) init |
Constructor.
Reimplemented from FSSecurityHandler.
- (BOOL) initialize: | (FSRMSEncryptData*) | encrypt_data | |
callback: | (id<FSRMSSecurityCallback>) | callback | |
Initialize current Microsoft RMS security handler.
If this function is successfully, Foxit PDF SDK will take over the input security callback object and user should not release this callback object directly anymore; otherwise unexpected crash may occurs later.
[in] | encrypt_data | A RMS encrypt data object. |
[in] | callback | A valid FSRMSSecurityCallback object, which is inherited and implemented by user for their own encryption and description algorithm. It should not be nil. |
- (id) initWithOther: | (FSSecurityHandler*) | other |
Constructor, with parent class object.
[in] | other | Parent class object. |
Reimplemented from FSSecurityHandler.