Uses of Record Class
org.forgerock.openig.tools.ServerTlsOptions.SniConfiguration
-
Uses of ServerTlsOptions.SniConfiguration in org.forgerock.openig.tools
Modifier and TypeMethodDescriptionServerTlsOptions.sniConfiguration()
Get the SNI Configuration if any.ModifierConstructorDescriptionServerTlsOptions
(String algorithm, TrustManager[] trustManagers, List<String> ciphers, List<String> protocols, boolean enableAlpn, ServerTlsOptions.ClientAuthentication clientAuth, ServerTlsOptions.SniConfiguration sniConfiguration) Constructs TLS options with provided values.