#include <xmltooling/signature/KeyInfo.h>

Public Member Functions | |
| virtual SPKIData * | cloneSPKIData () const =0 |
| Type-specific clone method. | |
| virtual xmltooling::XMLObjectPairList < std::vector< std::pair < SPKISexp *, xmltooling::XMLObject * > > > | getSPKISexps ()=0 |
| Returns modifiable collection of SPKIsexp/XMLObject pairs. | |
| virtual const std::vector < std::pair< SPKISexp *, xmltooling::XMLObject * > > & | getSPKISexps () const =0 |
| Returns reference to immutable collection of SPKIsexp/XMLObject pairs. | |
Static Public Attributes | |
| static const XMLCh | LOCAL_NAME [] |
| Element local name. | |
| static const XMLCh | TYPE_NAME [] |
| SPKIDataType local name. | |
| virtual SPKIData* xmlsignature::SPKIData::cloneSPKIData | ( | ) | const [pure virtual] |
Type-specific clone method.
| virtual xmltooling::XMLObjectPairList< std::vector< std::pair< SPKISexp *, xmltooling::XMLObject *> > > xmlsignature::SPKIData::getSPKISexps | ( | ) | [pure virtual] |
Returns modifiable collection of SPKIsexp/XMLObject pairs.
| virtual const std::vector< std::pair<SPKISexp*,xmltooling::XMLObject*> >& xmlsignature::SPKIData::getSPKISexps | ( | ) | const [pure virtual] |
Returns reference to immutable collection of SPKIsexp/XMLObject pairs.
1.5.6