xmltooling
1.5.6
|
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. More... | |
Protected Member Functions | |
TrustEngine (const xercesc::DOMElement *e=0) | |
Constructor. More... | |
Protected Attributes | |
KeyInfoResolver * | m_keyInfoResolver |
Custom KeyInfoResolver instance. More... | |
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 |
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 |
|
protected |
Custom KeyInfoResolver instance.