xmlsignature::ECKeyValue Class Reference

XML Digital Signature version 1.1 ECKeyValue element. More...

#include <xmltooling/signature/KeyInfo.h>

Inheritance diagram for xmlsignature::ECKeyValue:
xmltooling::XMLObject

List of all members.

Public Member Functions

virtual ECKeyValuecloneECKeyValue () 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::XMLObjectgetECParameters () const =0
 Returns the ECParameters child.
virtual void setECParameters (xmltooling::XMLObject *child)=0
 Sets the ECParameters child.
virtual NamedCurvegetNamedCurve () const =0
 Returns the NamedCurve child.
virtual void setNamedCurve (NamedCurve *child)=0
 Sets the NamedCurve child.
virtual PublicKeygetPublicKey () 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.

Detailed Description

XML Digital Signature version 1.1 ECKeyValue element.


Member Function Documentation

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.


The documentation for this class was generated from the following file:

Generated on 24 Jan 2020 for xmltooling by  doxygen 1.6.1