gloox
0.9.9.12
|
#include <gpgsigned.h>
Public Member Functions | |
GPGSigned (const std::string &signature) | |
GPGSigned (Tag *tag) | |
virtual | ~GPGSigned () |
const std::string & | signature () const |
Tag * | tag () const |
Public Member Functions inherited from StanzaExtension | |
StanzaExtension (StanzaExtensionType type) | |
virtual | ~StanzaExtension () |
StanzaExtensionType | type () const |
This is an abstraction of a jabber:x:signed namespace element, as used in XEP-0027 (Current Jabber OpenPGP Usage).
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.
GPGSigned | ( | const std::string & | signature | ) |
Constructs a new object with the given signature.
signature | The signature. |
Definition at line 20 of file gpgsigned.cpp.
|
virtual |
Virtual destructor.
Definition at line 39 of file gpgsigned.cpp.
|
inline |
|
virtual |
Returns a Tag representation of the extension.
Implements StanzaExtension.
Definition at line 43 of file gpgsigned.cpp.