xmltooling 3.2.4
|
►Nsoap11 | Namespace for SOAP 1.1 schema objects |
CSOAPClient | Implements SOAP 1.1 messaging over a transport |
►Nxmlencryption | Namespace for XML Encryption schema objects |
CDecrypter | Wrapper API for XML Decryption functionality |
CDecryptionException | Exceptions in decryption processing |
CEncryptedKeyResolver | An API for resolving encrypted decryption keys |
►CEncrypter | Wrapper API for XML Encryption functionality |
CEncryptionParams | Structure to collect encryption requirements |
CKeyEncryptionParams | Structure to collect key wrapping/transport requirements |
CEncryptionException | Exceptions in encryption processing |
►Nxmlsignature | Public namespace of XML Signature classes |
CContentReference | Interface for creating signature references based on application requirements |
CSignature | XMLObject representing XML Digital Signature, version 20020212, Signature element |
CSignatureBuilder | Builder for Signature objects |
CSignatureException | Exceptions in signature processing |
CSignatureValidator | Validator for signatures based on a Credential |
►Nxmltooling | Public namespace of XML Tooling library |
CAbstractAttributeExtensibleXMLObject | AbstractXMLObject mixin that implements AttributeExtensibleXMLObject |
CAbstractComplexElement | AbstractXMLObject mixin that implements children |
CAbstractDOMCachingXMLObject | AbstractXMLObject mixin that implements DOM caching |
►CAbstractPKIXTrustEngine | A trust engine that uses X.509 trust anchors and CRLs associated with a peer to perform PKIX validation of signatures and credentials |
CPKIXValidationInfoIterator | Stateful interface that supplies PKIX validation data to the trust engine |
CAbstractSimpleElement | AbstractXMLObject mixin that implements a simple string-based content model |
CAbstractXMLObject | An abstract implementation of XMLObject |
CAbstractXMLObjectMarshaller | A mix-in to implement object marshalling with DOM reuse |
CAbstractXMLObjectUnmarshaller | A mix-in to implement object unmarshalling |
CAttributeExtensibleXMLObject | An XMLObject that supports arbitrary attributes |
Cauto_arrayptr | An auto_ptr that uses array delete on its contents |
Cauto_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 |
Cauto_ptr_XMLCh | A minimal auto_ptr-like class that can copy or transcode a buffer into 16-bit Unicode and free the result automatically |
CBasicX509Credential | Wraps an X.509-based Credential by storing key/cert objects inside |
CChainingTrustEngine | OpenSSLTrustEngine that uses multiple engines in sequence |
Ccleanup | Functor for cleaning up heap objects in containers |
Ccleanup_const_pair | Functor for cleaning up const heap objects in key/value containers |
Ccleanup_pair | Functor for cleaning up heap objects in key/value containers |
CCloneInputStream | |
CConcreteXMLObjectBuilder | A factory interface for obtaining XMLObjects |
CCondWait | A class for establishing queues on a mutex based on a periodic condition |
CCredential | Wraps keys and related functionality |
CCredentialContext | Marker interface for implementations which hold information specific to a particular context within which a CredentialResolver resolves a Credential |
CCredentialCriteria | Class for specifying criteria by which a CredentialResolver should resolve credentials |
CCredentialResolver | An API for resolving keys and certificates based on application criteria |
CCurlURLInputStream | Adapted from Xerces-C as a more advanced input stream implementation for subsequent use in parsing remote documents |
CDataSealer | Interface to a data integrity and confidentiality tool, and a default implementation |
CDataSealerKeyStrategy | |
CDirectoryWalker | Portable directory walker that invokes a callback function for every file in a directory, optionally doing depth-first recursion of nested directories |
CElementExtensibleXMLObject | An XMLObject that exposes arbitrary children via a mutable vector |
CElementProxy | An XMLObject with an open content model |
CGenericRequest | Interface to generic protocol requests that transport XML messages |
CGenericResponse | Interface to generic protocol responses that transport XML messages |
ChasQName | Predicate that checks the QName of an XMLObject |
ChasSchemaType | Predicate that checks the xsi:type of an XMLObject |
CHTTPRequest | Interface to HTTP requests |
CHTTPResponse | Interface to HTTP response |
CHTTPSOAPTransport | Encapsulates HTTP SOAP transport layer |
CIOException | Exceptions related to physical input/output errors |
CKeyInfoCredentialContext | Context for credentials resolved out of a KeyInfo |
CKeyInfoResolver | Resolves credentials from KeyInfo information |
CLock | RAII wrapper for a mutex lock |
CLockable | Abstract mixin interface for interfaces that support locking |
CLocker | RAII wrapper for lockable objects to ensure lock release |
CManagedResource | |
CMarshallingException | Exceptions during object marshalling |
CMutex | A class for managing exclusive access to resources |
Cnamedparams | Wrapper around a variable number of name/value pairs |
CNamespace | A data structure for encapsulating XML Namespace attributes |
CNDC | A portable stack-based context for diagnostic logging |
COpenSSLCredential | An OpenSSL-specific credential |
COpenSSLCryptoX509CRL | OpenSSL-based class for handling X.509 CRLs |
COpenSSLPathValidator | Extended PathValidator interface that adds validation using OpenSSL data types directly for efficiency |
COpenSSLSOAPTransport | Encapsulates OpenSSL-capable SOAP transport layer |
COpenSSLTrustEngine | Extended TrustEngine interface that adds validation of X.509 credentials using OpenSSL data types directly for efficiency |
Cparams | Wrapper around a variable number of arguments |
CParserPool | A thread-safe pool of DOMBuilders that share characteristics |
CPathResolver | Resolves local filenames into absolute pathnames |
►CPathValidator | Plugin interface to certificate path validation, independent of context |
CPathValidatorParams | Marker interface for plugin-specific parameters into the validation process |
CPKIXPathValidatorParams | PKIX-specific parameters to a PathValidator |
CPluginManager | Template for management/access to plugins constructed based on a Key type and arbitrary parameters |
CQName | A data structure for encapsulating XML QNames |
CReloadableXMLFile | Base class for file-based XML configuration |
CReplayCache | Helper class on top of StorageService for detecting message replay |
CRWLock | A class for managing shared and exclusive access to resources |
CSecurityHelper | A helper class for working with keys, certificates, etc |
CSharedLock | RAII wrapper for a shared lock |
CSignatureTrustEngine | TrustEngine interface that adds validation of digital signatures |
►CSOAPTransport | Encapsulates a transport layer protocol for sending/receiving messages |
CAddress | A simple structure to capture SOAP addressing information |
►CStorageService | Generic data storage facility for use by services that require some degree of persistence |
CCapabilities | |
►CStreamInputSource | A parser source that wraps a C++ input stream |
CStreamBinInputStream | A Xerces input stream that wraps a C++ input stream |
►CTemplateEngine | Simple template replacement engine |
CTemplateParameters | Interface to parameters to plug into templates |
CThread | A class for manual thread creation and synchronization |
CThreadingException | Exceptions during threading/locking operations |
CThreadKey | A class for managing Thread Local Storage values |
CTrustEngine | Evaluates the trustworthiness and validity of security information against implementation-specific requirements |
CUnknownAttributeException | Exceptions due to processing of unknown attributes |
CUnknownElementBuilder | Builder for UnknownElementImpl objects |
CUnknownElementException | Exceptions due to processing of unknown element content |
CUnknownExtensionException | Exceptions from use of an unrecognized extension/plugin |
CUnmarshallingException | Exceptions during object unmarshalling |
CURLEncoder | Interface to a URL-encoding mechanism along with a default implementation |
CURLInputSource | A URL-based parser source that supports a more advanced input stream |
CValidationException | Exceptions during object validation |
CValidator | An interface for classes that implement rules for checking the validity of XMLObjects |
CValidatorSuite | A collection of validators that can be applied to an XMLObject and its children |
CX509Credential | Wraps an X.509-based Credential |
CX509StoreCtxRAII | |
CX509TrustEngine | TrustEngine interface that adds validation of X.509 credentials |
CXercesJanitor | RAII wrapper for Xerces resources |
CXMLHelper | A helper class for working with W3C DOM objects |
CXMLObject | Object that represents an XML Element that has been unmarshalled into this C++ object |
CXMLObjectBuilder | A factory interface for obtaining an XMLObject |
CXMLObjectChildrenIterator | STL iterator that mediates access to an iterator over typed XML children |
CXMLObjectChildrenList | STL-compatible container that mediates access to underlying lists of typed XML children |
CXMLObjectException | Exceptions in basic object usage |
CXMLObjectPairList | STL-compatible container that mediates access to underlying lists of typed XML children that come in pairs |
CXMLParserException | Exceptions related to XML parsing |
CXMLSecurityException | Exceptions related to the XML security layer |
CXMLToolingConfig | Singleton object that manages library startup/shutdown.configuration |
CXMLToolingException | Base exception class, supports parametrized messages and XML serialization |
CXSECCryptoX509CRL | Interface class for X.509 CRLs The library uses classes derived from this to process X.509 CRLs |