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 |