Known subclasses: twisted.internet.interfaces.INegotiated

Known implementations: twisted.internet.ssl.Server

A SSL/TLS based transport.

Method getPeerCertificate Return an object with the peer's certificate info.

Inherited from ITransport (via ITCPTransport):

Method write Write some data to the physical connection, in sequence, in a non-blocking fashion.
Method writeSequence Write an iterable of byte strings to the physical connection.
Method loseConnection Close my connection, after writing all pending data.

Inherited from ITransport (via ITCPTransport):

Method write Write some data to the physical connection, in sequence, in a non-blocking fashion.
Method writeSequence Write an iterable of byte strings to the physical connection.
Method loseConnection Close my connection, after writing all pending data.
def getPeerCertificate(): (source)

Return an object with the peer's certificate info.

API Documentation for Twisted, generated by pydoctor at 2019-08-06 12:10:50.