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