class CertBase: (source)
Known subclasses: twisted.internet.ssl.Certificate
, twisted.internet.ssl.CertificateRequest
Method | __conform__ |
Convert this CertBase into a provider of the given interface. |
Method | __init__ |
Undocumented |
Method | getSubject |
Retrieve the subject of this certificate. |
Instance Variable | original |
The underlying OpenSSL certificate object. |
Method | _copyName |
Undocumented |
CertBase
into a provider of the given interface.Parameters | |
interface:zope.interface.interfaces.IInterface | The interface to conform to. |
Returns | |
IOpenSSLTrustRoot or NotImplemented | an IOpenSSLTrustRoot provider or NotImplemented |
Returns | |
DistinguishedName | A copy of the subject of this certificate. |