Package io.javalin.community.ssl
Class TlsConfig
-
- All Implemented Interfaces:
public final class TlsConfigData class for the SSL configuration.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classTlsConfig.Companion
-
Field Summary
Fields Modifier and Type Field Description public final static TlsConfigMODERNpublic final static TlsConfigINTERMEDIATEpublic final static TlsConfigOLDprivate final Array<String>cipherSuitesprivate final Array<String>protocolspublic final static TlsConfig.CompanionCompanion
-
Method Summary
Modifier and Type Method Description final Array<String>getCipherSuites()String array of cipher suites to use, following the guidelines in the Jetty documentation. final Array<String>getProtocols()String array of protocols to use, following the guidelines in the Jetty documentation. StringtoString()-
-
Method Detail
-
getCipherSuites
final Array<String> getCipherSuites()
String array of cipher suites to use, following the guidelines in the Jetty documentation.
-
getProtocols
final Array<String> getProtocols()
String array of protocols to use, following the guidelines in the Jetty documentation.
-
-
-
-