#include <xmltooling/signature/KeyInfo.h>
Inheritance diagram for xmlsignature::PGPData:
Public Member Functions | |
virtual PGPData * | clonePGPData () const =0 |
Type-specific clone method. | |
virtual PGPKeyID * | getPGPKeyID () const =0 |
Returns the PGPKeyID child. | |
virtual void | setPGPKeyID (PGPKeyID *child)=0 |
Sets the PGPKeyID child. | |
virtual PGPKeyPacket * | getPGPKeyPacket () const =0 |
Returns the PGPKeyPacket child. | |
virtual void | setPGPKeyPacket (PGPKeyPacket *child)=0 |
Sets the PGPKeyPacket child. | |
Static Public Attributes | |
static const XMLCh | LOCAL_NAME [] |
Element local name. | |
static const XMLCh | TYPE_NAME [] |
PGPDataType local name. |