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.2.1 2005/08/10...

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.2.1 2005/08/10 19:41:01 lefvert Exp $'      

Generated by Epydoc 2.1 on Mon Jan 09 13:23:49 2006 http://epydoc.sf.net