Uses of Class
org.forgerock.openig.tools.ServerTlsOptions.SniConfiguration
-
Packages that use ServerTlsOptions.SniConfiguration Package Description org.forgerock.openig.tools Common tools used in policy service. -
-
Uses of ServerTlsOptions.SniConfiguration in org.forgerock.openig.tools
Methods in org.forgerock.openig.tools that return types with arguments of type ServerTlsOptions.SniConfiguration Modifier and Type Method Description Optional<ServerTlsOptions.SniConfiguration>
ServerTlsOptions. sniConfiguration()
Get the SNI Configuration if any.Constructors in org.forgerock.openig.tools with parameters of type ServerTlsOptions.SniConfiguration Constructor Description ServerTlsOptions(String algorithm, TrustManager[] trustManagers, List<String> ciphers, List<String> protocols, boolean enableAlpn, ServerTlsOptions.ClientAuthentication clientAuth, ServerTlsOptions.SniConfiguration sniConfiguration)
Constructs TLS options with provided values.
-