Namespaces | Defines

Encryption.h File Reference

XMLObjects representing XML Encryption content. More...

#include <xmltooling/ConcreteXMLObjectBuilder.h>
#include <xmltooling/ElementProxy.h>
#include <xmltooling/util/XMLConstants.h>
#include <cstdio>
Include dependency graph for Encryption.h:
This graph shows which files directly or indirectly include this file:

Namespaces

namespace  xmlsignature
 

Public namespace of XML Signature classes.


namespace  xmlencryption
 

Namespace for XML Encryption schema objects.


Defines

#define __xmltooling_encryption_h__
#define DECL_XMLENCOBJECTBUILDER(cname)   DECL_XMLOBJECTBUILDER(XMLTOOL_API,cname,xmlconstants::XMLENC_NS,xmlconstants::XMLENC_PREFIX)
 Macro for declaring encryption builders.

Detailed Description

XMLObjects representing XML Encryption content.


Define Documentation

#define DECL_XMLENCOBJECTBUILDER (   cname  )     DECL_XMLOBJECTBUILDER(XMLTOOL_API,cname,xmlconstants::XMLENC_NS,xmlconstants::XMLENC_PREFIX)

Macro for declaring encryption builders.

Parameters:
cname name of class being built