class documentation

class ServerTLSContext: (source)

View In Hierarchy

SSL Context Factory for server-side connections.

Method __init__ Undocumented
Method getContext Return an SSL.Context to be use for server-side connections.
Class Variable isClient Undocumented
Instance Variable filename Undocumented
Instance Variable _method Undocumented
def __init__(self, filename=certPath, method=None): (source)

Undocumented

def getContext(self): (source)

Return an SSL.Context to be use for server-side connections.

Will not return a cached context. This is done to improve the test coverage as most implementation are caching the context.

isClient: int = (source)

Undocumented

filename = (source)

Undocumented

Undocumented