#include <xmltooling/security/TrustEngine.h>
Inheritance diagram for xmltooling::TrustEngine:
Public Member Functions | |
void | setKeyInfoResolver (KeyInfoResolver *keyInfoResolver) |
Supplies a KeyInfoResolver instance. | |
Protected Member Functions | |
TrustEngine (const xercesc::DOMElement *e=NULL) | |
Constructor. | |
Protected Attributes | |
KeyInfoResolver * | m_keyInfoResolver |
Custom KeyInfoResolver instance. |
|
Constructor. If a DOM is supplied, the following XML content is supported:
XML namespaces are ignored in the processing of this content.
|
|
Supplies a KeyInfoResolver instance. This method must be externally synchronized with any code that uses the object. Any previously set object is destroyed.
|