#include <gpgencrypted.h>
Inherits StanzaExtension.
Inheritance diagram for GPGEncrypted:

Public Member Functions | |
| GPGEncrypted (const std::string &encrypted) | |
| GPGEncrypted (const Tag *tag) | |
| virtual | ~GPGEncrypted () |
| const std::string & | encrypted () const |
| virtual const std::string & | filterString () const |
| virtual StanzaExtension * | newInstance (const Tag *tag) const |
| Tag * | tag () const |
This class does not encrypt or decrypt any stanza content. It's meant to be an abstraction of the XML representation only.
XEP version: 1.3
Definition at line 38 of file gpgencrypted.h.
|
|
Constructs a new object with the given encrypted message.
Definition at line 20 of file gpgencrypted.cpp. |
|
|
Constructs an GPGEncrypted 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 gpgencrypted.cpp. |
|
|
Virtual destructor. Definition at line 39 of file gpgencrypted.cpp. |
|
|
Returns the encrypted message.
Definition at line 63 of file gpgencrypted.h. |
|
|
Returns an XPath expression that describes a path to child elements of a stanza that an extension handles.
Implements StanzaExtension. Definition at line 43 of file gpgencrypted.cpp. |
|
|
Returns a new Instance of the derived type. Usually, for a derived class FooExtension, the implementation of this function looks like: StanzaExtension* FooExtension::newInstance( const Tag* tag ) const { return new FooExtension( tag ); }
Implements StanzaExtension. Definition at line 69 of file gpgencrypted.h. |
|
|
Returns a Tag representation of the extension.
Implements StanzaExtension. Definition at line 49 of file gpgencrypted.cpp. |
1.4.1