Home | Trees | Index | Help |
---|
Package pyGlobus :: Module security :: Class GSICredential |
|
Method Summary | |
---|---|
| |
frees the memory associated with the handle | |
retrieves the user cert from the underlying handle You must call read, before you call this method. | |
retrieves the cert chain from the underlying handle You must call read, before you call this method. | |
retrieves the private key from the underlying handle You must call read, before you call this method. | |
reads the credential information into the handle, analogous to acquire_cred in the GSSCred class |
Method Details |
---|
__init__(self,
attr=None,
handle=None)
|
__del__(self)
frees the memory associated with the handle
|
get_cert(self)retrieves the user cert from the underlying handle You must call read, before you call this method.
|
get_cert_chain(self)retrieves the cert chain from the underlying handle You must call read, before you call this method. The cert chain does not contain the user cert
|
get_key(self)retrieves the private key from the underlying handle You must call read, before you call this method.
|
read(self)reads the credential information into the handle, analogous to acquire_cred in the GSSCred class
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Tue Apr 4 14:32:56 2006 | http://epydoc.sf.net |