#include <edl/idomsecurity.h>
|
| virtual EDLSysString | getSecurityHandlerName () const =0 |
| | Retrieves the name of the security handler.
|
| virtual int32 | getAlgorithmCode () const =0 |
| | Retrieves encryption algorithm code (0, 1, 2, 3, 4 or 5)
|
| virtual int32 | getKeyLength () const =0 |
| | Retrieves the length of the encryption key (rnagind from 40 to 256)
|
| virtual const CClassID & | getClassID () const =0 |
| | Returns class ID of IEDLObject.
|
| virtual bool | init (CClassParams *pData) |
| | The init() method is called to perform any post-construction initialization of an IEDLObject that has been created by the EDL class factory, before it is actually returned by the factory.
|
| virtual bool | clone (IEDLObjectPtr &ptrObject, IEDLClassFactory *pFactory) |
| | Create a copy of EDLObject.
|
| virtual void | addRef () const =0 |
| | Increases the reference count of the actual object pointed to. This would take place during an assignment or copying.
|
| virtual bool | decRef () const =0 |
| | Decreases the reference count of the actual object pointed to. When the reference count falls to Zero, it deletes the actual object pointed to.
|
| virtual int32 | getRefCount () const =0 |
| | Retrieve the current reference count of the actual object pointed to.
|
◆ getAlgorithmCode()
| virtual int32 IDOMPDFSecurityInfo::getAlgorithmCode |
( |
| ) |
const |
|
pure virtual |
Retrieves encryption algorithm code (0, 1, 2, 3, 4 or 5)
◆ getKeyLength()
| virtual int32 IDOMPDFSecurityInfo::getKeyLength |
( |
| ) |
const |
|
pure virtual |
Retrieves the length of the encryption key (rnagind from 40 to 256)
◆ getSecurityHandlerName()
| virtual EDLSysString IDOMPDFSecurityInfo::getSecurityHandlerName |
( |
| ) |
const |
|
pure virtual |
Retrieves the name of the security handler.
The documentation for this class was generated from the following file: