t.i.s.DistinguishedName(dict) : class documentation

Part of twisted.internet.ssl View Source View In Hierarchy

Identify and describe an entity.

Distinguished names are used to provide a minimal amount of identifying information about a certificate issuer or subject. They are commonly created with one or more of the following fields:
   commonName (CN)
   organizationName (O)
   organizationalUnitName (OU)
   localityName (L)
   stateOrProvinceName (ST)
   countryName (C)
   emailAddress
Method __init__ Undocumented
Method __repr__ Undocumented
Method __getattr__ Undocumented
Method __setattr__ Undocumented
Method inspect Return a multi-line, human-readable representation of this DN.
Method _copyFrom Undocumented
Method _copyInto Undocumented
def __init__(self, **kw): (source)
Undocumented
def _copyFrom(self, x509name): (source)
Undocumented
def _copyInto(self, x509name): (source)
Undocumented
def __repr__(self): (source)
Undocumented
def __getattr__(self, attr): (source)
Undocumented
def __setattr__(self, attr, value): (source)
Undocumented
def inspect(self): (source)
Return a multi-line, human-readable representation of this DN.
API Documentation for Twisted, generated by pydoctor at 2011-10-27 16:07:41.