Package pyGlobus :: Module security :: Class GSSBuffer
[show private | hide private]
[frames | no frames]

Class GSSBuffer


A class for the underlying gss_buffer_t object
Method Summary
  __init__(self, handle, free)
defaults to GSS_C_NO_BUFFER
  __del__(self)
  get_handle(self)
  get_string(self)
Returns the contents of the buffer as a python string
  set_buffer(self, contents)
Return none

Method Details

__init__(self, handle=None, free=1)
(Constructor)

defaults to GSS_C_NO_BUFFER

get_string(self)

Returns the contents of the buffer as a python string

set_buffer(self, contents)

Parameters:
contents - a string which you wish to set the underlying handle to
Returns:
None
Raises:
GSSBufferException - A GSSBufferException is raised if the contents are None

Generated by Epydoc 2.1 on Tue Apr 4 14:32:57 2006 http://epydoc.sf.net