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)
Each instance wraps X509_REQ* objects.
  __del__(self)
Deletes the underlying gss_cred_id_t object, and free's the memory if the instance owns the underlying handle.

Method Details

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

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)

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

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