Package pyxmpp :: Package sasl :: Module core :: Class Reply
[show private | hide private]
[frames | no frames]

Class Reply

Known Subclasses:
Challenge, Failure, Response, Success

Base class for SASL authentication reply objects.

:Ivariables:
    - `data`: optional reply data.
:Types:
    - `data`: `str`

Method Summary
  __init__(self, data)
Initialize the `Reply` object.
  base64(self)
Base64-encode the data contained in the reply.

Method Details

__init__(self, data='')
(Constructor)

Initialize the `Reply` object.

:Parameters:
    - `data`: optional reply data.
:Types:
    - `data`: `str`

base64(self)

Base64-encode the data contained in the reply.

:return: base64-encoded data.
:returntype: `str`

Generated by Epydoc 2.1 on Wed May 31 22:36:58 2006 http://epydoc.sf.net