xmltooling 3.2.4
xmltooling::KeyInfoCredentialContext Class Reference

Context for credentials resolved out of a KeyInfo. More...

#include <xmltooling/security/KeyInfoCredentialContext.h>

Inheritance diagram for xmltooling::KeyInfoCredentialContext:
xmltooling::CredentialContext

Public Member Functions

 KeyInfoCredentialContext (const xmlsignature::KeyInfo *keyInfo=0)
 Constructor.
 
 KeyInfoCredentialContext (DSIGKeyInfoList *keyInfo)
 Constructor.
 
const xmlsignature::KeyInfo * getKeyInfo () const
 Gets the KeyInfo context.
 
DSIGKeyInfoList * getNativeKeyInfo () const
 Gets the native KeyInfo context.
 
- Public Member Functions inherited from xmltooling::CredentialContext

Detailed Description

Context for credentials resolved out of a KeyInfo.

Constructor & Destructor Documentation

◆ KeyInfoCredentialContext() [1/2]

xmltooling::KeyInfoCredentialContext::KeyInfoCredentialContext ( const xmlsignature::KeyInfo * keyInfo = 0)

Constructor.

Parameters
keyInfosurrounding KeyInfo context object

◆ KeyInfoCredentialContext() [2/2]

xmltooling::KeyInfoCredentialContext::KeyInfoCredentialContext ( DSIGKeyInfoList * keyInfo)

Constructor.

Parameters
keyInfosurrounding native KeyInfo context object

Member Function Documentation

◆ getKeyInfo()

const xmlsignature::KeyInfo * xmltooling::KeyInfoCredentialContext::getKeyInfo ( ) const

Gets the KeyInfo context.

Returns
the KeyInfo context

◆ getNativeKeyInfo()

DSIGKeyInfoList * xmltooling::KeyInfoCredentialContext::getNativeKeyInfo ( ) const

Gets the native KeyInfo context.

Returns
the native KeyInfo context

The documentation for this class was generated from the following file: