Package AccessGrid :: Package Security :: Module CertificateManager :: Class CertificateRequestInfo
[show private | hide private]
[frames | no frames]

Class CertificateRequestInfo

Known Subclasses:
AnonymousCertificateRequestInfo, HostCertificateRequestInfo, IdentityCertificateRequestInfo, ServiceCertificateRequestInfo

A CertificateRequestInfo holds the information required to create a request, and holds the logic for creating the appropriate Distinguished Name from it.

It exists to be subclassed for identity and service certs.
Method Summary
  __init__(self)
  __str__(self)
  GetDN(self)
  GetDNBase(self)
Return the common parts of a full distinguished name.
  GetEmail(self)
  GetName(self)
  GetType(self)
  IsIdentityRequest(self)

Method Details

GetDNBase(self)

Return the common parts of a full distinguished name.

If we move to using different CAs, we can parameterize here.

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