Uses of Class
org.apache.camel.support.jsse.TrustManagersParameters
Packages that use TrustManagersParameters
Package
Description
Configuration classes for Java Secure Socket Extension (JSSE) SSL/TLS setup.
-
Uses of TrustManagersParameters in org.apache.camel.support.jsse
Methods in org.apache.camel.support.jsse that return TrustManagersParametersModifier and TypeMethodDescription@Nullable TrustManagersParametersSSLContextParameters.getTrustManagers()Methods in org.apache.camel.support.jsse with parameters of type TrustManagersParametersModifier and TypeMethodDescriptionvoidSSLContextParameters.setTrustManagers(@Nullable TrustManagersParameters trustManagers) Sets the optional trust manager configuration for creating theTrustManagers used in constructing anSSLContext.