Home | Trees | Index | Help |
---|
Package pyGlobus :: Module security :: Class STACK_X509 |
|
Method Summary | |
---|---|
Use the STACK_X509_Factory to instantiate objects of this class. | |
__del__(self)
| |
generates a sequence DER encoded of the X509 STACK | |
Inserts a X509 object into the STACK | |
Pops the first X509 object of the stack |
Method Details |
---|
__init__(self,
handle,
free=1)
Use the STACK_X509_Factory to instantiate objects of this class.
|
get_der_encoding(self)generates a sequence DER encoded of the X509 STACK
|
insert(self, x509, position)Inserts a X509 object into the STACK
|
pop(self)Pops the first X509 object of the stack |
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Tue Apr 4 14:32:56 2006 | http://epydoc.sf.net |