Uses of Class
org.apache.camel.support.jsse.NamedGroupsParameters
Packages that use NamedGroupsParameters
Package
Description
Configuration classes for Java Secure Socket Extension (JSSE) SSL/TLS setup.
-
Uses of NamedGroupsParameters in org.apache.camel.support.jsse
Methods in org.apache.camel.support.jsse that return NamedGroupsParametersModifier and TypeMethodDescription@Nullable NamedGroupsParametersBaseSSLContextParameters.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(@Nullable NamedGroupsParameters namedGroups) Sets the optional explicitly configured named groups for this configuration.