XML Digital Signature version 1.1 ECKeyValue element. More...
#include <xmltooling/signature/KeyInfo.h>
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. |
XML Digital Signature version 1.1 ECKeyValue element.
virtual ECKeyValue* xmlsignature::ECKeyValue::cloneECKeyValue | ( | ) | const [pure virtual] |
Type-specific clone method.
virtual xmltooling::XMLObject* xmlsignature::ECKeyValue::getECParameters | ( | ) | const [pure virtual] |
Returns the ECParameters child.
virtual const XMLCh* xmlsignature::ECKeyValue::getId | ( | ) | const [pure virtual] |
Returns the Id attribute.
virtual NamedCurve* xmlsignature::ECKeyValue::getNamedCurve | ( | ) | const [pure virtual] |
Returns the NamedCurve child.
virtual PublicKey* xmlsignature::ECKeyValue::getPublicKey | ( | ) | const [pure virtual] |
Returns the PublicKey child.
virtual void xmlsignature::ECKeyValue::setECParameters | ( | xmltooling::XMLObject * | child | ) | [pure virtual] |
Sets the ECParameters child.
virtual void xmlsignature::ECKeyValue::setId | ( | const XMLCh * | Id | ) | [pure virtual] |
Sets the Id attribute.
virtual void xmlsignature::ECKeyValue::setNamedCurve | ( | NamedCurve * | child | ) | [pure virtual] |
Sets the NamedCurve child.
virtual void xmlsignature::ECKeyValue::setPublicKey | ( | PublicKey * | child | ) | [pure virtual] |
Sets the PublicKey child.