Class t.i._.CertBase:

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

Known subclasses: twisted.internet.ssl.Certificate, twisted.internet.ssl.CertificateRequest

No class docstring
Method __init__ Undocumented
Method _copyName Undocumented
Method getSubject Retrieve the subject of this certificate.
def __init__(self, original): (source)
Undocumented
def _copyName(self, suffix): (source)
Undocumented
def getSubject(self): (source)
Retrieve the subject of this certificate.
ReturnsA copy of the subject of this certificate. (type: DistinguishedName )
API Documentation for twisted, generated by pydoctor.