X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-xmltooling.git;a=blobdiff_plain;f=xmltooling%2Futil%2FXMLConstants.h;h=aef4e59529c59501e9ee60b2da54d8be686121f0;hp=961f0ded59ecddd72f176d419ca92fd8ee320032;hb=209c95e7285641be1f9cc9ffaf80cd2f13b7ab9f;hpb=772d790ba06fea457b570a18530f281465ecfb54 diff --git a/xmltooling/util/XMLConstants.h b/xmltooling/util/XMLConstants.h index 961f0de..aef4e59 100644 --- a/xmltooling/util/XMLConstants.h +++ b/xmltooling/util/XMLConstants.h @@ -65,10 +65,10 @@ namespace xmlconstants { /** XML Signature QName prefix ("ds") */ extern XMLTOOL_API const XMLCh XMLSIG_PREFIX[]; - /** XML Signature namespace ("http://www.w3.org/2009/xmldsig11#") */ + /** XML Signature 1.1 namespace ("http://www.w3.org/2009/xmldsig11#") */ extern XMLTOOL_API const XMLCh XMLSIG11_NS[]; - /** XML Signature QName prefix ("ds11") */ + /** XML Signature 1.1 QName prefix ("ds11") */ extern XMLTOOL_API const XMLCh XMLSIG11_PREFIX[]; /** XML Encryption namespace ("http://www.w3.org/2001/04/xmlenc#") */ @@ -77,6 +77,12 @@ namespace xmlconstants { /** XML Encryption QName prefix ("xenc") */ extern XMLTOOL_API const XMLCh XMLENC_PREFIX[]; + /** XML Encryption 1.1 namespace ("http://www.w3.org/2009/xmlenc11#") */ + extern XMLTOOL_API const XMLCh XMLENC11_NS[]; + + /** XML Encryption 1.1 QName prefix ("xenc11") */ + extern XMLTOOL_API const XMLCh XMLENC11_PREFIX[]; + /** SOAP 1.1 Envelope XML namespace ("http://schemas.xmlsoap.org/soap/envelope/") */ extern XMLTOOL_API const XMLCh SOAP11ENV_NS[];