Part of twisted.internet._sslverify View Source View In Hierarchy
Known subclasses: twisted.internet.ssl.Certificate, twisted.internet.ssl.CertificateRequest
| Instance Variable | original | The underlying OpenSSL certificate object. (type: OpenSSL.crypto.X509) |
| Method | __init__ | Undocumented |
| Method | getSubject | Retrieve the subject of this certificate. |
| Method | __conform__ | Convert this CertBase
into a provider of the given interface. |
| Method | _copyName | Undocumented |
| Returns | A copy of the subject of this certificate. (type: DistinguishedName) | |
CertBase
into a provider of the given interface.| Parameters | interface | The interface to conform to. (type: Interface) |
| Returns | an IOpenSSLTrustRoot
provider or NotImplemented (type: interface or NotImplemented) | |