Home | Trees | Index | Help |
---|
Package pyGlobus :: Module security :: Class EVP_Key |
|
Method Summary | |
---|---|
Each instance wraps X509_REQ* EVP_PKEY* objects. | |
Deletes the underlying gss_cred_id_t object, and free's the memory if the instance owns the underlying handle. | |
get_handle(self)
| |
Signes the data using the underlying key handle, | |
verifies the signature is a valid signature of the data |
Method Details |
---|
__init__(self,
handle=None,
free=1)
Each instance wraps X509_REQ* EVP_PKEY* objects.
|
__del__(self)
Deletes the underlying gss_cred_id_t object, and free's the memory
if the instance owns the underlying handle.
|
sign(self, data)Signes the data using the underlying key handle, You MUST be using a RSA key The data MUST be hashed using sha1
|
verify(self, data, signature)verifies the signature is a valid signature of the data You MUST be using a RSA key The data MUST be hashed using sha1
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Tue Apr 4 14:32:56 2006 | http://epydoc.sf.net |