#include <xmltooling/signature/KeyInfo.h>
Inheritance diagram for xmlsignature::KeyValue:
Public Member Functions | |
virtual KeyValue * | cloneKeyValue () const =0 |
Type-specific clone method. | |
virtual DSAKeyValue * | getDSAKeyValue () const =0 |
Returns the DSAKeyValue child. | |
virtual void | setDSAKeyValue (DSAKeyValue *child)=0 |
Sets the DSAKeyValue child. | |
virtual RSAKeyValue * | getRSAKeyValue () const =0 |
Returns the RSAKeyValue child. | |
virtual void | setRSAKeyValue (RSAKeyValue *child)=0 |
Sets the RSAKeyValue child. | |
virtual xmltooling::XMLObject * | getUnknownXMLObject () const =0 |
Returns the UnknownXMLObject child. | |
virtual void | setUnknownXMLObject (xmltooling::XMLObject *child)=0 |
Sets the UnknownXMLObject child. | |
Static Public Attributes | |
static const XMLCh | LOCAL_NAME [] |
Element local name. | |
static const XMLCh | TYPE_NAME [] |
KeyValueType local name. |