A proxy class for the underlying X509_REQ EVP_PKEY objects.
Not supported for gt-2.2
Methods
|
|
__del__
__init__
|
|
__del__
|
__del__ ( self )
Destroys an instance.
Deletes the underlying gss_cred_id_t object, and free's the
memory if the instance owns the underlying handle.
|
|
__init__
|
__init__ (
self,
handle=None,
free=1,
)
Constructs an instance.
Each instance wraps X509_REQ EVP_PKEY objects.
Arguments:
req_handle A SWIG'ized pointer to a X509_REQ* object.
key_handle A SWIG'ized pointer to a EVP_PKEY* object.
free Should the underlying objects be
freed when an instance is destroyed.
|
|