#include <xmltooling/signature/KeyInfo.h>
Inheritance diagram for xmlsignature::DSAKeyValue:
Public Member Functions | |
virtual DSAKeyValue * | cloneDSAKeyValue () const =0 |
Type-specific clone method. | |
virtual P * | getP () const =0 |
Returns the P child. | |
virtual void | setP (P *child)=0 |
Sets the P child. | |
virtual Q * | getQ () const =0 |
Returns the Q child. | |
virtual void | setQ (Q *child)=0 |
Sets the Q child. | |
virtual G * | getG () const =0 |
Returns the G child. | |
virtual void | setG (G *child)=0 |
Sets the G child. | |
virtual Y * | getY () const =0 |
Returns the Y child. | |
virtual void | setY (Y *child)=0 |
Sets the Y child. | |
virtual J * | getJ () const =0 |
Returns the J child. | |
virtual void | setJ (J *child)=0 |
Sets the J child. | |
virtual Seed * | getSeed () const =0 |
Returns the Seed child. | |
virtual void | setSeed (Seed *child)=0 |
Sets the Seed child. | |
virtual PgenCounter * | getPgenCounter () const =0 |
Returns the PgenCounter child. | |
virtual void | setPgenCounter (PgenCounter *child)=0 |
Sets the PgenCounter child. | |
Static Public Attributes | |
static const XMLCh | LOCAL_NAME [] |
Element local name. | |
static const XMLCh | TYPE_NAME [] |
DSAKeyValueType local name. |