XMLObjects representing XML Encryption content. More...
#include <xmltooling/ConcreteXMLObjectBuilder.h>
#include <xmltooling/ElementProxy.h>
#include <xmltooling/util/XMLConstants.h>
#include <cstdio>
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. |
XMLObjects representing XML Encryption content.
#define DECL_XMLENCOBJECTBUILDER | ( | cname | ) | DECL_XMLOBJECTBUILDER(XMLTOOL_API,cname,xmlconstants::XMLENC_NS,xmlconstants::XMLENC_PREFIX) |
Macro for declaring encryption builders.
cname | name of class being built |