5.5.24.2. TLSOptions methods
Method | Description |
---|
__init__(self, tls_min_version, tls_max_version, ciphers, ciphers_tlsv1_3, shared_groups, timeout, session_cache_size, disable_session_cache, disable_ticket, disable_compression) |
Constructor to initialize an TLSOptions instance.
|
Table 5.60. Method summary
Method __init__(self, tls_min_version, tls_max_version, ciphers, ciphers_tlsv1_3, shared_groups, timeout, session_cache_size, disable_session_cache, disable_ticket, disable_compression)
This constructor defines an TLSOptions with the specified parameters.