xmltooling
3.0.1
|
Context for credentials resolved out of a KeyInfo. More...
#include <xmltooling/security/KeyInfoCredentialContext.h>
Public Member Functions | |
KeyInfoCredentialContext (const xmlsignature::KeyInfo *keyInfo=0) | |
Constructor. More... | |
KeyInfoCredentialContext (DSIGKeyInfoList *keyInfo) | |
Constructor. More... | |
const xmlsignature::KeyInfo * | getKeyInfo () const |
Gets the KeyInfo context. More... | |
DSIGKeyInfoList * | getNativeKeyInfo () const |
Gets the native KeyInfo context. More... | |
Context for credentials resolved out of a KeyInfo.
xmltooling::KeyInfoCredentialContext::KeyInfoCredentialContext | ( | const xmlsignature::KeyInfo * | keyInfo = 0 | ) |
Constructor.
keyInfo | surrounding KeyInfo context object |
xmltooling::KeyInfoCredentialContext::KeyInfoCredentialContext | ( | DSIGKeyInfoList * | keyInfo | ) |
Constructor.
keyInfo | surrounding native KeyInfo context object |
const xmlsignature::KeyInfo* xmltooling::KeyInfoCredentialContext::getKeyInfo | ( | ) | const |
Gets the KeyInfo context.
DSIGKeyInfoList* xmltooling::KeyInfoCredentialContext::getNativeKeyInfo | ( | ) | const |
Gets the native KeyInfo context.