Uses of Class
org.apache.camel.support.jsse.TrustManagersParameters
-
Packages that use TrustManagersParameters Package Description org.apache.camel.support.jsse 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 TrustManagersParameters Modifier and Type Method Description TrustManagersParametersSSLContextParameters. getTrustManagers()Methods in org.apache.camel.support.jsse with parameters of type TrustManagersParameters Modifier and Type Method Description voidSSLContextParameters. setTrustManagers(TrustManagersParameters trustManagers)Sets the optional trust manager configuration for creating theTrustManagers used in constructing anSSLContext.
-