Preserve key usage criteria across resets.
[shibboleth/cpp-xmltooling.git] / xmltooling / security / SignatureTrustEngine.h
index 8d72820..995b2f2 100644 (file)
@@ -43,14 +43,6 @@ namespace xmltooling {
         /**
          * Constructor.
          * 
-         * If a DOM is supplied, the following XML content is supported:
-         * 
-         * <ul>
-         *  <li>&lt;KeyInfoResolver&gt; elements with a type attribute
-         * </ul>
-         * 
-         * XML namespaces are ignored in the processing of this content.
-         * 
          * @param e DOM to supply configuration for provider
          */
         SignatureTrustEngine(const xercesc::DOMElement* e=nullptr);