#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. | |
| 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.
| 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 |
Custom KeyInfoResolver instance.
1.5.6