#include <saml/saml2/core/Assertions.h>
Public Member Functions | |
virtual KeyInfoConfirmationDataType * | cloneKeyInfoConfirmationDataType () const =0 |
Type-specific clone method. | |
virtual xmltooling::XMLObjectChildrenList < std::vector < xmlsignature::KeyInfo * > > | getKeyInfos ()=0 |
Returns modifiable KeyInfo collection. | |
virtual const std::vector < xmlsignature::KeyInfo * > & | getKeyInfos () const =0 |
Returns reference to immutable KeyInfo collection. | |
Static Public Attributes | |
static const XMLCh | LOCAL_NAME [] |
Element local name. | |
static const XMLCh | TYPE_NAME [] |
KeyInfoConfirmationDataType local name. |
virtual KeyInfoConfirmationDataType* opensaml::saml2::KeyInfoConfirmationDataType::cloneKeyInfoConfirmationDataType | ( | ) | const [pure virtual] |
Type-specific clone method.
virtual xmltooling::XMLObjectChildrenList< std::vector< xmlsignature :: KeyInfo *> > opensaml::saml2::KeyInfoConfirmationDataType::getKeyInfos | ( | ) | [pure virtual] |
Returns modifiable KeyInfo collection.
virtual const std::vector< xmlsignature :: KeyInfo *>& opensaml::saml2::KeyInfoConfirmationDataType::getKeyInfos | ( | ) | const [pure virtual] |
Returns reference to immutable KeyInfo collection.