XML Digital Signature version 1.1 NamedCurve element. More...
#include <xmltooling/signature/KeyInfo.h>
Public Member Functions | |
virtual NamedCurve * | cloneNamedCurve () const =0 |
Type-specific clone method. | |
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 | URI_ATTRIB_NAME [] |
URI attribute name. | |
static const XMLCh | TYPE_NAME [] |
NamedCurveType local name. |
XML Digital Signature version 1.1 NamedCurve element.
virtual NamedCurve* xmlsignature::NamedCurve::cloneNamedCurve | ( | ) | const [pure virtual] |
Type-specific clone method.
virtual const XMLCh* xmlsignature::NamedCurve::getURI | ( | ) | const [pure virtual] |
Returns the URI attribute.
virtual void xmlsignature::NamedCurve::setURI | ( | const XMLCh * | URI | ) | [pure virtual] |
Sets the URI attribute.