Uses of Class
org.forgerock.openig.tools.TlsOptions
-
Packages that use TlsOptions Package Description org.forgerock.openig.security Provides heap objects for security related types (KeyStore,KeyManagerFactory, ...).org.forgerock.openig.tools Common tools used in policy service. -
-
Uses of TlsOptions in org.forgerock.openig.security
Methods in org.forgerock.openig.security that return TlsOptions Modifier and Type Method Description protected TlsOptionsClientTlsOptionsHeaplet. tlsOptions(String algorithm, KeyManager[] keyManagers, TrustManager[] trustManagers, List<String> ciphers, List<String> protocols, boolean enableAlpn)protected TlsOptionsServerTlsOptionsHeaplet. tlsOptions(String algorithm, KeyManager[] keyManagers, TrustManager[] trustManagers, List<String> ciphers, List<String> protocols, boolean enableAlpn) -
Uses of TlsOptions in org.forgerock.openig.tools
Subclasses of TlsOptions in org.forgerock.openig.tools Modifier and Type Class Description classClientTlsOptionsExtension toTlsOptionsto support changing the behaviour of how hostname verification is enforced.classServerTlsOptionsExtension toTlsOptionssupporting client authentication configuration used to drive the authentication negotiation between the client and IG.
-