java.lang.Object
io.javalin.community.ssl.TLSConfig
Data class for the SSL configuration.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic TLSConfigRecommended configuration for a general-purpose serverstatic TLSConfigFor modern clients that support TLS 1.3, with no need for backwards compatibilitystatic TLSConfigFor services accessed by very old clients or libraries, such as Internet Explorer 8 (Windows XP), Java 6, or OpenSSL 0.9.8 -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MODERN
For modern clients that support TLS 1.3, with no need for backwards compatibility -
INTERMEDIATE
Recommended configuration for a general-purpose server -
OLD
For services accessed by very old clients or libraries, such as Internet Explorer 8 (Windows XP), Java 6, or OpenSSL 0.9.8
-
-
Constructor Details
-
TLSConfig
public TLSConfig()
-