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

Class STACK_X509


Method Summary
  __init__(self, handle, free)
Use the STACK_X509_Factory to instantiate objects of this class.
  __del__(self)
  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

Method Details

__init__(self, handle, free=1)
(Constructor)

Use the STACK_X509_Factory to instantiate objects of this class.

get_der_encoding(self)

generates a sequence DER encoded of the X509 STACK
Returns:
A string encoded representation of the X509 STACK

insert(self, x509, position)

Inserts a X509 object into the STACK
Parameters:
x509 - A X509 instance
position - An int which is where the X509 will be placed in the stack

pop(self)

Pops the first X509 object of the stack

Generated by Epydoc 2.1 on Tue Apr 4 14:32:56 2006 http://epydoc.sf.net