xmltooling 3.2.4
|
Evaluates the trustworthiness and validity of security information against implementation-specific requirements. More...
#include <xmltooling/security/TrustEngine.h>
Public Member Functions | |
void | setKeyInfoResolver (KeyInfoResolver *keyInfoResolver) |
Supplies a KeyInfoResolver instance. | |
Protected Member Functions | |
TrustEngine (const xercesc::DOMElement *e=0, bool deprecationSupport=true) | |
Constructor. | |
Protected Attributes | |
KeyInfoResolver * | m_keyInfoResolver |
Custom KeyInfoResolver instance. | |
Evaluates the trustworthiness and validity of security information against implementation-specific requirements.
|
protected |
Constructor.
If a DOM is supplied, the following XML content is supported:
XML namespaces are ignored in the processing of this content.
e | DOM to supply configuration for provider |
deprecationSupport | true iff deprecated settings and features should be supported |
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.
keyInfoResolver | new KeyInfoResolver instance to use |