XMLObjects representing XML Digital Signature, version 20020212, KeyInfo element and related content. More...
#include <xmltooling/ConcreteXMLObjectBuilder.h>
#include <xmltooling/ElementProxy.h>
#include <xmltooling/util/XMLConstants.h>
Defines | |
#define | __xmltooling_keyinfo_h__ |
#define | DECL_XMLSIGOBJECTBUILDER(cname) DECL_XMLOBJECTBUILDER(XMLTOOL_API,cname,xmlconstants::XMLSIG_NS,xmlconstants::XMLSIG_PREFIX) |
Macro for declaring signature builders. |
XMLObjects representing XML Digital Signature, version 20020212, KeyInfo element and related content.
#define DECL_XMLSIGOBJECTBUILDER | ( | cname | ) | DECL_XMLOBJECTBUILDER(XMLTOOL_API,cname,xmlconstants::XMLSIG_NS,xmlconstants::XMLSIG_PREFIX) |
Macro for declaring signature builders.
cname | name of class being built |