Home Assistant Unofficial Reference 2024.12.1
homeassistant.util.ssl.SSLCipherList Class Reference
Inheritance diagram for homeassistant.util.ssl.SSLCipherList:
[legend]
Collaboration diagram for homeassistant.util.ssl.SSLCipherList:
[legend]

Static Public Attributes

string INSECURE = "insecure"
 
string INTERMEDIATE = "intermediate"
 
string MODERN = "modern"
 
string PYTHON_DEFAULT = "python_default"
 

Detailed Description

SSL cipher lists.

Definition at line 12 of file ssl.py.

Member Data Documentation

◆ INSECURE

string homeassistant.util.ssl.SSLCipherList.INSECURE = "insecure"
static

Definition at line 18 of file ssl.py.

◆ INTERMEDIATE

string homeassistant.util.ssl.SSLCipherList.INTERMEDIATE = "intermediate"
static

Definition at line 16 of file ssl.py.

◆ MODERN

string homeassistant.util.ssl.SSLCipherList.MODERN = "modern"
static

Definition at line 17 of file ssl.py.

◆ PYTHON_DEFAULT

string homeassistant.util.ssl.SSLCipherList.PYTHON_DEFAULT = "python_default"
static

Definition at line 15 of file ssl.py.


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