#include <xmltooling/security/KeyInfoCredentialContext.h>
Inheritance diagram for xmltooling::KeyInfoCredentialContext:
Public Member Functions | |
KeyInfoCredentialContext (const xmlsignature::KeyInfo *keyInfo=NULL) | |
Constructor. | |
KeyInfoCredentialContext (DSIGKeyInfoList *keyInfo) | |
Constructor. | |
const xmlsignature::KeyInfo * | getKeyInfo () const |
Gets the KeyInfo context. | |
DSIGKeyInfoList * | getNativeKeyInfo () const |
Gets the native KeyInfo context. |
const xmlsignature::KeyInfo* xmltooling::KeyInfoCredentialContext::getKeyInfo | ( | ) | const [inline] |
Gets the KeyInfo context.
DSIGKeyInfoList* xmltooling::KeyInfoCredentialContext::getNativeKeyInfo | ( | ) | const [inline] |
Gets the native KeyInfo context.