OpenQuizz
Une application de gestion des contenus pédagogiques
_SSLContext Class Reference
Inheritance diagram for _SSLContext:
Collaboration diagram for _SSLContext:

Public Member Functions

def __init__ (self, protocol)
 
def load_cert_chain (self, certfile, keyfile=None, password=None)
 
def wrap_socket (self, sock, **kwargs)
 

Detailed Description

A dummy class with a small subset of Python3's ``ssl.SSLContext``, only
intended to be used with and by Werkzeug.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  protocol 
)

Member Function Documentation

◆ load_cert_chain()

def load_cert_chain (   self,
  certfile,
  keyfile = None,
  password = None 
)

◆ wrap_socket()

def wrap_socket (   self,
  sock,
**  kwargs 
)

The documentation for this class was generated from the following file: