#include <xmltooling/signature/KeyInfo.h>

Public Member Functions | |
| virtual KeyInfoReference * | cloneKeyInfoReference () const =0 |
| Type-specific clone method. | |
| virtual const XMLCh * | getId () const =0 |
| Returns the Id attribute. | |
| virtual void | setId (const XMLCh *Id)=0 |
| Sets the Id attribute. | |
| virtual const XMLCh * | getURI () const =0 |
| Returns the URI attribute. | |
| virtual void | setURI (const XMLCh *URI)=0 |
| Sets the URI attribute. | |
Static Public Attributes | |
| static const XMLCh | LOCAL_NAME [] |
| Element local name. | |
| static const XMLCh | ID_ATTRIB_NAME [] |
| Id attribute name. | |
| static const XMLCh | URI_ATTRIB_NAME [] |
| URI attribute name. | |
| static const XMLCh | TYPE_NAME [] |
| KeyInfoReferenceType local name. | |
| virtual KeyInfoReference* xmlsignature::KeyInfoReference::cloneKeyInfoReference | ( | ) | const [pure virtual] |
Type-specific clone method.
| virtual const XMLCh* xmlsignature::KeyInfoReference::getId | ( | ) | const [pure virtual] |
Returns the Id attribute.
| virtual void xmlsignature::KeyInfoReference::setId | ( | const XMLCh * | Id | ) | [pure virtual] |
Sets the Id attribute.
| virtual const XMLCh* xmlsignature::KeyInfoReference::getURI | ( | ) | const [pure virtual] |
Returns the URI attribute.
| virtual void xmlsignature::KeyInfoReference::setURI | ( | const XMLCh * | URI | ) | [pure virtual] |
Sets the URI attribute.
1.5.6