#include <xmltooling/signature/KeyInfo.h>

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. | |
| virtual PGPData* xmlsignature::PGPData::clonePGPData | ( | ) | const [pure virtual] |
Type-specific clone method.
| virtual PGPKeyID* xmlsignature::PGPData::getPGPKeyID | ( | ) | const [pure virtual] |
Returns the PGPKeyID child.
| virtual void xmlsignature::PGPData::setPGPKeyID | ( | PGPKeyID * | child | ) | [pure virtual] |
Sets the PGPKeyID child.
| virtual PGPKeyPacket* xmlsignature::PGPData::getPGPKeyPacket | ( | ) | const [pure virtual] |
Returns the PGPKeyPacket child.
| virtual void xmlsignature::PGPData::setPGPKeyPacket | ( | PGPKeyPacket * | child | ) | [pure virtual] |
Sets the PGPKeyPacket child.
1.5.6