Uses of Class
org.forgerock.openig.tools.TlsOptions
Package
Description
Provides heap objects for security related types.
Common tools used in policy service.
-
Uses of TlsOptions in org.forgerock.openig.security
Modifier and TypeMethodDescriptionprotected TlsOptions
ClientTlsOptionsHeaplet.tlsOptions
(String algorithm, KeyManager[] keyManagers, TrustManager[] trustManagers, List<String> ciphers, List<String> protocols, boolean enableAlpn) protected final TlsOptions
ServerTlsOptionsHeaplet.tlsOptions
(String algorithm, KeyManager[] keyManagers, TrustManager[] trustManagers, List<String> ciphers, List<String> protocols, boolean enableAlpn) -
Uses of TlsOptions in org.forgerock.openig.tools
Modifier and TypeClassDescriptionclass
Extension toTlsOptions
to support changing the behaviour of how hostname verification is enforced.class
Extension toTlsOptions
supporting client authentication configuration used to drive the authentication negotiation between the client and IG.