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

Class STACK_X509_Factory

PyGlobusFactory --+
                  |
                 STACK_X509_Factory


Creates STACK_X509 instances
Method Summary
  __init__(self)
  createStackFromEncodedSequence(self, encoding)
Creates a new STACK_X509 instance
  createStackFromEncodedString(self, encoding)
Creates a new STACK_X509 instance
  createStackFromPointer(self, stack)
    Inherited from PyGlobusFactory
  register(self, methodName, constructor, *args, **kargs)
register a constructor with the default arguments and keyword arguments you you use when you call it
  unregister(self, methodName)
unregister a constructor

Method Details

createStackFromEncodedSequence(self, encoding)

Creates a new STACK_X509 instance
Parameters:
encoding - Is a string of DER encoded sequence of X509 certificates

createStackFromEncodedString(self, encoding)

Creates a new STACK_X509 instance
Parameters:
encoding - Is a string of DER encoded certificates, not a sequence

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