Uses of Record Class
org.forgerock.openig.tools.ServerTlsOptions.SniConfiguration
Packages that use ServerTlsOptions.SniConfiguration
-
Uses of ServerTlsOptions.SniConfiguration in org.forgerock.openig.tools
Methods in org.forgerock.openig.tools that return types with arguments of type ServerTlsOptions.SniConfigurationModifier and TypeMethodDescriptionServerTlsOptions.sniConfiguration()
Get the SNI Configuration if any.Constructors in org.forgerock.openig.tools with parameters of type ServerTlsOptions.SniConfigurationModifierConstructorDescriptionServerTlsOptions
(String algorithm, TrustManager[] trustManagers, List<String> ciphers, List<String> protocols, boolean enableAlpn, ServerTlsOptions.ClientAuthentication clientAuth, ServerTlsOptions.SniConfiguration sniConfiguration) Constructs TLS options with provided values.