#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. |
|
Constructor.
|
|
Constructor.
|
|
Gets the KeyInfo context.
|
|
Gets the native KeyInfo context.
|