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

createStackFromEncodedString(self, encoding)

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

Generated by Epydoc 2.1 on Thu Dec 23 16:41:54 2004 http://epydoc.sf.net