Class t.i.s.DistinguishedName(dict):

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
Line # Kind Name Docs
55 Method __init__ Undocumented
73 Method __repr__ Undocumented
77 Method __getattr__ Undocumented
84 Method __setattr__ Undocumented
94 Method inspect Return a multi-line, human-readable representation of this DN.
60 Method _copyFrom Undocumented
68 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 2008-10-26 16:12:37.