Uses of Class
org.apache.camel.support.jsse.NamedGroupsParameters
Packages that use NamedGroupsParameters
Package
Description
A collection of utility classes for configuring a JSSE SSLContext and other JSSE classes.
-
Uses of NamedGroupsParameters in org.apache.camel.support.jsse
Methods in org.apache.camel.support.jsse that return NamedGroupsParametersModifier and TypeMethodDescriptionBaseSSLContextParameters.getNamedGroups()Returns the optional explicitly configured named groups for this configuration.Methods in org.apache.camel.support.jsse with parameters of type NamedGroupsParametersModifier and TypeMethodDescriptionvoidBaseSSLContextParameters.setNamedGroups(NamedGroupsParameters namedGroups) Sets the optional explicitly configured named groups for this configuration.