Uses of Class
org.apache.camel.support.jsse.TrustManagersParameters
Packages that use TrustManagersParameters
Package
Description
A collection of utility classes for configuring a JSSE SSLContext and other JSSE classes.
-
Uses of TrustManagersParameters in org.apache.camel.support.jsse
Methods in org.apache.camel.support.jsse that return TrustManagersParametersMethods in org.apache.camel.support.jsse with parameters of type TrustManagersParametersModifier and TypeMethodDescriptionvoid
SSLContextParameters.setTrustManagers
(TrustManagersParameters trustManagers) Sets the optional trust manager configuration for creating theTrustManager
s used in constructing anSSLContext
.