#include <gpgsigned.h>
Inherits StanzaExtension.
Inheritance diagram for GPGSigned:


Public Member Functions | |
| GPGSigned (const std::string &signature) | |
| GPGSigned (Tag *tag) | |
| virtual | ~GPGSigned () |
| const std::string & | signature () const |
| Tag * | tag () const |
This class does not sign or verify any stanza content. It's meant to be an abstraction of the XML representation only.
XEP version: 1.3
Definition at line 37 of file gpgsigned.h.
|
|
Constructs a new object with the given signature.
Definition at line 20 of file gpgsigned.cpp. |
|
|
Constructs an GPGSigned object from the given Tag. To be recognized properly, the Tag should have a name of 'x' in the
Definition at line 28 of file gpgsigned.cpp. |
|
|
Virtual destructor. Definition at line 39 of file gpgsigned.cpp. |
|
|
Returns the signature.
Definition at line 62 of file gpgsigned.h. |
|
|
Returns a Tag representation of the extension.
Implements StanzaExtension. Definition at line 43 of file gpgsigned.cpp. |
1.4.1