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

Class EVP_Key


A class for the underlying EVP_PKEY* 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* EVP_PKEY* objects.
Parameters:
handle - A SWIG'ized pointer to a EVP_PKEY* 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 Mon Oct 13 13:47:23 2003 http://epydoc.sf.net