5.5.22.2. ServerTLSOptions 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 a ServerTLSOptions instance.
|
Table 5.58. 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 a ServerTLSOptions with the specified parameters.