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

Class X509_Request


A simple class for the underlying X509_REQ* objects.
Method Summary
  __init__(self, handle, free)
Constructs an instance.
  __del__(self)
Destroys an instance.

Method Details

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

Constructs an instance.

Each instance wraps X509_REQ* objects.
Parameters:
handle - A SWIG'ized pointer to a X509_REQ* object.
free - Should the underlying objects be freed when an instance is destroyed.

__del__(self)
(Destructor)

Destroys an instance.

Deletes the underlying gss_cred_id_t object, and free's the memory if the instance owns the underlying handle.

Generated by Epydoc 2.0 on Thu Jul 29 13:45:01 2004 http://epydoc.sf.net