Package AccessGrid :: Package Security :: Module X509Subject
[show private | hide private]
[frames | no frames]

Module AccessGrid.Security.X509Subject

Subjects are the basic security handle on entities that want to be a part of the security environment.
Classes
X509Subject This is the X509 Subject, which is a specific subclass of the subject class used in X509 certificate based systems.

Exceptions
InvalidString A type other than string was present when a string was expected.

Function Summary
  CreateSubjectFromString(subjectString)
Utility function that creates an X509Subject from a string, which should be a dn of the form:

Variable Summary
str __revision__ = '$Id: X509Subject.py,v 1.7 2004/08/23 18:...

Function Details

CreateSubjectFromString(subjectString)

Utility function that creates an X509Subject from a string, which should be a dn of the form:

/O=Access Grid/OU=agdev-ca.mcs.anl.gov/OU=mcs.anl.gov/CN=Ivan Judson
Parameters:
subjectString - the DN of the subject
           (type=string.)

Variable Details

__revision__

Type:
str
Value:
'$Id: X509Subject.py,v 1.7 2004/08/23 18:18:25 judson Exp $'           

Generated by Epydoc 2.1 on Thu Apr 14 16:39:26 2005 http://epydoc.sf.net