#include <xmltooling/signature/KeyInfo.h>
Inheritance diagram for xmlsignature::ECKeyValue:
Public Member Functions | |
virtual ECKeyValue * | cloneECKeyValue () 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 xmltooling::XMLObject * | getECParameters () const =0 |
Returns the ECParameters child. | |
virtual void | setECParameters (xmltooling::XMLObject *child)=0 |
Sets the ECParameters child. | |
virtual NamedCurve * | getNamedCurve () const =0 |
Returns the NamedCurve child. | |
virtual void | setNamedCurve (NamedCurve *child)=0 |
Sets the NamedCurve child. | |
virtual PublicKey * | getPublicKey () const =0 |
Returns the PublicKey child. | |
virtual void | setPublicKey (PublicKey *child)=0 |
Sets the PublicKey child. | |
Static Public Attributes | |
static const XMLCh | LOCAL_NAME [] |
Element local name. | |
static const XMLCh | ID_ATTRIB_NAME [] |
Id attribute name. | |
static const XMLCh | TYPE_NAME [] |
ECKeyValueType local name. |