Evaluates the trustworthiness and validity of security information against implementation-specific requirements.
More...
#include <xmltooling/security/TrustEngine.h>
|
| TrustEngine (const xercesc::DOMElement *e=0, bool deprecationSupport=true) |
| Constructor. More...
|
|
Evaluates the trustworthiness and validity of security information against implementation-specific requirements.
◆ TrustEngine()
xmltooling::TrustEngine::TrustEngine |
( |
const xercesc::DOMElement * |
e = 0 , |
|
|
bool |
deprecationSupport = true |
|
) |
| |
|
protected |
Constructor.
If a DOM is supplied, the following XML content is supported:
XML namespaces are ignored in the processing of this content.
- Parameters
-
e | DOM to supply configuration for provider |
deprecationSupport | true iff deprecated settings and features should be supported |
◆ setKeyInfoResolver()
void xmltooling::TrustEngine::setKeyInfoResolver |
( |
KeyInfoResolver * |
keyInfoResolver | ) |
|
Supplies a KeyInfoResolver instance.
This method must be externally synchronized with any code that uses the object. Any previously set object is destroyed.
- Parameters
-
◆ m_keyInfoResolver
The documentation for this class was generated from the following file: