Uses of Class
org.apache.camel.support.jsse.SSLContextServerParameters
Packages that use SSLContextServerParameters
Package
Description
Configuration classes for Java Secure Socket Extension (JSSE) SSL/TLS setup.
-
Uses of SSLContextServerParameters in org.apache.camel.support.jsse
Methods in org.apache.camel.support.jsse that return SSLContextServerParametersModifier and TypeMethodDescription@Nullable SSLContextServerParametersSSLContextParameters.getServerParameters()Methods in org.apache.camel.support.jsse with parameters of type SSLContextServerParametersModifier and TypeMethodDescriptionvoidSSLContextParameters.setServerParameters(@Nullable SSLContextServerParameters serverParameters) The optional configuration options to be applied purely to the server side settings of theSSLContext.