Mako 8.2.0 API
MakoCore SDK API Documentation
Loading...
Searching...
No Matches
idomsecurity.h File Reference
#include <edl/edltypes.h>
#include <edl/edlstring.h>
#include <edl/iedlobject.h>
Include dependency graph for idomsecurity.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IDOMSecurityInfo
 Base DOM security class. More...
class  IDOMPDFSecurityInfo
class  IDOMStandardPDFSecurityInfo
 Represents security information from PDF Standard encryption handler. More...
class  IDOMPublicKeyPDFSecurityInfo
 Represents security information from PDF public key (certificate based) security handling. Inherits from IDOMStandardPDFSecurityInfo, from which it diverges in a modest fashion. More...

Macros

#define edlobj2IDOMSecurityInfo(src)
#define edlobj2IDOMPDFSecurityInfo(src)
#define IDOMStandardPDFSecurityInfoClassID   0x04e1352e, 0xf6554791, 0x9d4c410a, 0xe798d64d
#define edlobj2IDOMStandardPDFSecurityInfo(src)
#define IDOMPublicKeyPDFSecurityInfoClassID   0x2f812253, 0xd5a34fcc, 0x955c6437, 0x5caf6c1e
#define edlobj2IDOMPublicKeyPDFSecurityInfo(src)

Functions

 DECL_SMART_PTR (IDOMSecurityInfo)
 DECL_SMART_PTR (IDOMPDFSecurityInfo)
 DECL_SMART_PTR (IDOMStandardPDFSecurityInfo)
 DECL_SMART_PTR (IDOMPublicKeyPDFSecurityInfo)

Macro Definition Documentation

◆ edlobj2IDOMPDFSecurityInfo

#define edlobj2IDOMPDFSecurityInfo ( src)
Value:
Definition idomsecurity.h:26
CSmartPtr< Type > edl_cast(Type *dst, IEDLObjectPtr src)
Definition iedlobject.h:91

◆ edlobj2IDOMPublicKeyPDFSecurityInfo

#define edlobj2IDOMPublicKeyPDFSecurityInfo ( src)
Value:
Represents security information from PDF public key (certificate based) security handling....
Definition idomsecurity.h:247

◆ edlobj2IDOMSecurityInfo

#define edlobj2IDOMSecurityInfo ( src)
Value:
Base DOM security class.
Definition idomsecurity.h:20

◆ edlobj2IDOMStandardPDFSecurityInfo

#define edlobj2IDOMStandardPDFSecurityInfo ( src)
Value:
Represents security information from PDF Standard encryption handler.
Definition idomsecurity.h:51

◆ IDOMPublicKeyPDFSecurityInfoClassID

#define IDOMPublicKeyPDFSecurityInfoClassID   0x2f812253, 0xd5a34fcc, 0x955c6437, 0x5caf6c1e

◆ IDOMStandardPDFSecurityInfoClassID

#define IDOMStandardPDFSecurityInfoClassID   0x04e1352e, 0xf6554791, 0x9d4c410a, 0xe798d64d

Function Documentation

◆ DECL_SMART_PTR() [1/4]

DECL_SMART_PTR ( IDOMPDFSecurityInfo )

◆ DECL_SMART_PTR() [2/4]

DECL_SMART_PTR ( IDOMPublicKeyPDFSecurityInfo )

◆ DECL_SMART_PTR() [3/4]

DECL_SMART_PTR ( IDOMSecurityInfo )

◆ DECL_SMART_PTR() [4/4]

DECL_SMART_PTR ( IDOMStandardPDFSecurityInfo )