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 TypeMethodDescriptionvoidSSLContextParameters.setTrustManagers(TrustManagersParameters trustManagers) Sets the optional trust manager configuration for creating theTrustManagers used in constructing anSSLContext.