An API for resolving keys and certificates based on application criteria. More...
#include <xmltooling/Lockable.h>Classes | |
| class | xmltooling::CredentialResolver |
| An API for resolving keys and certificates based on application criteria. More... | |
Namespaces | |
| namespace | xmltooling |
Public namespace of XML Tooling library. | |
Defines | |
| #define | __xmltooling_credres_h__ |
| #define | FILESYSTEM_CREDENTIAL_RESOLVER "File" |
| CredentialResolver based on local files with no criteria support. | |
| #define | CHAINING_CREDENTIAL_RESOLVER "Chaining" |
| CredentialResolver based on chaining together other resolvers. | |
Functions | |
| void | xmltooling::registerCredentialResolvers () |
| Registers CredentialResolver classes into the runtime. | |
An API for resolving keys and certificates based on application criteria.
| #define CHAINING_CREDENTIAL_RESOLVER "Chaining" |
CredentialResolver based on chaining together other resolvers.
| #define FILESYSTEM_CREDENTIAL_RESOLVER "File" |
CredentialResolver based on local files with no criteria support.
1.6.1