 xmltooling::SOAPTransport::Address | A simple structure to capture SOAP addressing information |
 xmltooling::auto_arrayptr< T > | An auto_ptr that uses array delete on its contents |
 xmltooling::auto_ptr_char | A minimal auto_ptr-like class that can copy or transcode a buffer into the local code page and free the result automatically |
 xmltooling::auto_ptr_XMLCh | A minimal auto_ptr-like class that can copy or transcode a buffer into 16-bit Unicode and free the result automatically |
 BinInputStream | |
  xmltooling::CloneInputStream | |
  xmltooling::CurlURLInputStream | Adapted from Xerces-C as a more advanced input stream implementation for subsequent use in parsing remote documents |
  xmltooling::StreamInputSource::StreamBinInputStream | A Xerces input stream that wraps a C++ input stream |
 xmltooling::StorageService::Capabilities | |
 xmltooling::cleanup< T > | Functor for cleaning up heap objects in containers |
 xmltooling::cleanup_const_pair< A, B > | Functor for cleaning up const heap objects in key/value containers |
 xmltooling::cleanup_pair< A, B > | Functor for cleaning up heap objects in key/value containers |
 xmltooling::CondWait | A class for establishing queues on a mutex based on a periodic condition |
 xmlsignature::ContentReference | Interface for creating signature references based on application requirements |
 xmltooling::Credential | Wraps keys and related functionality |
  xmltooling::X509Credential | Wraps an X.509-based Credential |
   xmltooling::BasicX509Credential | Wraps an X.509-based Credential by storing key/cert objects inside |
   xmltooling::OpenSSLCredential | An OpenSSL-specific credential |
 xmltooling::CredentialContext | Marker interface for implementations which hold information specific to a particular context within which a CredentialResolver resolves a Credential |
  xmltooling::KeyInfoCredentialContext | Context for credentials resolved out of a KeyInfo |
 xmltooling::CredentialCriteria | Class for specifying criteria by which a CredentialResolver should resolve credentials |
 xmltooling::DataSealer | Interface to a data integrity and confidentiality tool, and a default implementation |
 xmlencryption::Decrypter | Wrapper API for XML Decryption functionality |
 xmltooling::DirectoryWalker | Portable directory walker that invokes a callback function for every file in a directory, optionally doing depth-first recursion of nested directories |
 DOMLSResourceResolver | |
  xmltooling::ParserPool | A thread-safe pool of DOMBuilders that share characteristics |
 xmlencryption::EncryptedKeyResolver | An API for resolving encrypted decryption keys |
 xmlencryption::Encrypter | Wrapper API for XML Encryption functionality |
 xmlencryption::Encrypter::EncryptionParams | Structure to collect encryption requirements |
 std::exception | STL class |
  xmltooling::XMLToolingException | Base exception class, supports parametrized messages and XML serialization |
   xmlencryption::DecryptionException | Exceptions in decryption processing |
   xmltooling::IOException | Exceptions related to physical input/output errors |
   xmltooling::MarshallingException | Exceptions during object marshalling |
   xmltooling::ThreadingException | Exceptions during threading/locking operations |
   xmltooling::UnknownAttributeException | Exceptions due to processing of unknown attributes |
   xmltooling::UnknownElementException | Exceptions due to processing of unknown element content |
   xmltooling::UnknownExtensionException | Exceptions from use of an unrecognized extension/plugin |
   xmltooling::UnmarshallingException | Exceptions during object unmarshalling |
   xmltooling::ValidationException | Exceptions during object validation |
   xmltooling::XMLObjectException | Exceptions in basic object usage |
   xmltooling::XMLParserException | Exceptions related to XML parsing |
   xmltooling::XMLSecurityException | Exceptions related to the XML security layer |
    xmlencryption::EncryptionException | Exceptions in encryption processing |
    xmlsignature::SignatureException | Exceptions in signature processing |
 xmltooling::GenericRequest | Interface to generic protocol requests that transport XML messages |
  xmltooling::HTTPRequest | Interface to HTTP requests |
 xmltooling::GenericResponse | Interface to generic protocol responses that transport XML messages |
  xmltooling::HTTPResponse | Interface to HTTP response |
 xmltooling::hasQName | Predicate that checks the QName of an XMLObject |
 xmltooling::hasSchemaType | Predicate that checks the xsi:type of an XMLObject |
 InputSource | |
  xmltooling::StreamInputSource | A parser source that wraps a C++ input stream |
  xmltooling::URLInputSource | A URL-based parser source that supports a more advanced input stream |
 xmlencryption::Encrypter::KeyEncryptionParams | Structure to collect key wrapping/transport requirements |
 xmltooling::KeyInfoResolver | Resolves credentials from KeyInfo information |
 xmltooling::Lock | RAII wrapper for a mutex lock |
 xmltooling::Lockable | Abstract mixin interface for interfaces that support locking |
  xmltooling::CredentialResolver | An API for resolving keys and certificates based on application criteria |
  xmltooling::DataSealerKeyStrategy | |
  xmltooling::ReloadableXMLFile | Base class for file-based XML configuration |
  xmltooling::XMLToolingConfig | Singleton object that manages library startup/shutdown.configuration |
 xmltooling::Locker | RAII wrapper for lockable objects to ensure lock release |
 xmltooling::ManagedResource | |
 xmltooling::Mutex | A class for managing exclusive access to resources |
 xmltooling::Namespace | A data structure for encapsulating XML Namespace attributes |
 xmltooling::NDC | A portable stack-based context for diagnostic logging |
 xmltooling::params | Wrapper around a variable number of arguments |
  xmltooling::namedparams | Wrapper around a variable number of name/value pairs |
 xmltooling::PathResolver | Resolves local filenames into absolute pathnames |
 xmltooling::PathValidator | Plugin interface to certificate path validation, independent of context |
  xmltooling::OpenSSLPathValidator | Extended PathValidator interface that adds validation using OpenSSL data types directly for efficiency |
 xmltooling::PathValidator::PathValidatorParams | Marker interface for plugin-specific parameters into the validation process |
  xmltooling::PKIXPathValidatorParams | PKIX-specific parameters to a PathValidator |
 xmltooling::AbstractPKIXTrustEngine::PKIXValidationInfoIterator | Stateful interface that supplies PKIX validation data to the trust engine |
 xmltooling::PluginManager< T, Key, Params > | Template for management/access to plugins constructed based on a Key type and arbitrary parameters |
 xmltooling::PluginManager< xmltooling::CredentialResolver, std::string, const xercesc::DOMElement * > | |
 xmltooling::PluginManager< xmltooling::DataSealerKeyStrategy, std::string, const xercesc::DOMElement * > | |
 xmltooling::PluginManager< xmltooling::KeyInfoResolver, std::string, const xercesc::DOMElement * > | |
 xmltooling::PluginManager< xmltooling::PathValidator, std::string, const xercesc::DOMElement * > | |
 xmltooling::PluginManager< xmltooling::SOAPTransport, std::string, xmltooling::SOAPTransport::Address > | |
 xmltooling::PluginManager< xmltooling::StorageService, std::string, const xercesc::DOMElement * > | |
 xmltooling::PluginManager< xmltooling::TrustEngine, std::string, const xercesc::DOMElement * > | |
 xmltooling::QName | A data structure for encapsulating XML QNames |
 xmltooling::ReplayCache | Helper class on top of StorageService for detecting message replay |
 xmltooling::RWLock | A class for managing shared and exclusive access to resources |
 xmltooling::SecurityHelper | A helper class for working with keys, certificates, etc |
 xmltooling::SharedLock | RAII wrapper for a shared lock |
 soap11::SOAPClient | Implements SOAP 1.1 messaging over a transport |
 xmltooling::SOAPTransport | Encapsulates a transport layer protocol for sending/receiving messages |
  xmltooling::HTTPSOAPTransport | Encapsulates HTTP SOAP transport layer |
  xmltooling::OpenSSLSOAPTransport | Encapsulates OpenSSL-capable SOAP transport layer |
 xmltooling::StorageService | Generic data storage facility for use by services that require some degree of persistence |
 xmltooling::TemplateEngine | Simple template replacement engine |
 xmltooling::TemplateEngine::TemplateParameters | Interface to parameters to plug into templates |
 xmltooling::Thread | A class for manual thread creation and synchronization |
 xmltooling::ThreadKey | A class for managing Thread Local Storage values |
 xmltooling::TrustEngine | Evaluates the trustworthiness and validity of security information against implementation-specific requirements |
  xmltooling::SignatureTrustEngine | TrustEngine interface that adds validation of digital signatures |
   xmltooling::AbstractPKIXTrustEngine | A trust engine that uses X.509 trust anchors and CRLs associated with a peer to perform PKIX validation of signatures and credentials |
   xmltooling::ChainingTrustEngine | OpenSSLTrustEngine that uses multiple engines in sequence |
  xmltooling::X509TrustEngine | TrustEngine interface that adds validation of X.509 credentials |
   xmltooling::OpenSSLTrustEngine | Extended TrustEngine interface that adds validation of X.509 credentials using OpenSSL data types directly for efficiency |
    xmltooling::AbstractPKIXTrustEngine | A trust engine that uses X.509 trust anchors and CRLs associated with a peer to perform PKIX validation of signatures and credentials |
    xmltooling::ChainingTrustEngine | OpenSSLTrustEngine that uses multiple engines in sequence |
 xmltooling::URLEncoder | Interface to a URL-encoding mechanism along with a default implementation |
 xmltooling::Validator | An interface for classes that implement rules for checking the validity of XMLObjects |
  xmlsignature::SignatureValidator | Validator for signatures based on a Credential |
 xmltooling::ValidatorSuite | A collection of validators that can be applied to an XMLObject and its children |
 xmltooling::X509StoreCtxRAII | |
 xmltooling::XercesJanitor< T > | RAII wrapper for Xerces resources |
 xmltooling::XMLHelper | A helper class for working with W3C DOM objects |
 xmltooling::XMLObject | Object that represents an XML Element that has been unmarshalled into this C++ object |
  xmlsignature::Signature | XMLObject representing XML Digital Signature, version 20020212, Signature element |
  xmltooling::AbstractXMLObject | An abstract implementation of XMLObject |
   xmltooling::AbstractAttributeExtensibleXMLObject | AbstractXMLObject mixin that implements AttributeExtensibleXMLObject |
   xmltooling::AbstractComplexElement | AbstractXMLObject mixin that implements children |
   xmltooling::AbstractDOMCachingXMLObject | AbstractXMLObject mixin that implements DOM caching |
   xmltooling::AbstractSimpleElement | AbstractXMLObject mixin that implements a simple string-based content model |
   xmltooling::AbstractXMLObjectMarshaller | A mix-in to implement object marshalling with DOM reuse |
   xmltooling::AbstractXMLObjectUnmarshaller | A mix-in to implement object unmarshalling |
  xmltooling::AttributeExtensibleXMLObject | An XMLObject that supports arbitrary attributes |
   xmltooling::AbstractAttributeExtensibleXMLObject | AbstractXMLObject mixin that implements AttributeExtensibleXMLObject |
   xmltooling::ElementProxy | An XMLObject with an open content model |
  xmltooling::ElementExtensibleXMLObject | An XMLObject that exposes arbitrary children via a mutable vector |
   xmltooling::ElementProxy | An XMLObject with an open content model |
 xmltooling::XMLObjectBuilder | A factory interface for obtaining an XMLObject |
  xmltooling::ConcreteXMLObjectBuilder | A factory interface for obtaining XMLObjects |
   xmlsignature::SignatureBuilder | Builder for Signature objects |
  xmltooling::UnknownElementBuilder | Builder for UnknownElementImpl objects |
 xmltooling::XMLObjectChildrenIterator< Container, _Ty > | STL iterator that mediates access to an iterator over typed XML children |
 xmltooling::XMLObjectChildrenList< _Tx, _Ty > | STL-compatible container that mediates access to underlying lists of typed XML children |
 xmltooling::XMLObjectPairList< _Tx, _Ty > | STL-compatible container that mediates access to underlying lists of typed XML children that come in pairs |
 xmltooling::XSECCryptoX509CRL | Interface class for X.509 CRLs The library uses classes derived from this to process X.509 CRLs |
  xmltooling::OpenSSLCryptoX509CRL | OpenSSL-based class for handling X.509 CRLs |