Uses of Class
org.apache.camel.util.jsse.TrustManagersParameters

Packages that use TrustManagersParameters
org.apache.camel.util.jsse A collection of utility classes for configuring a JSSE SSLContext and other JSSE classes. 
 

Uses of TrustManagersParameters in org.apache.camel.util.jsse
 

Methods in org.apache.camel.util.jsse that return TrustManagersParameters
 TrustManagersParameters SSLContextParameters.getTrustManagers()
           
 

Methods in org.apache.camel.util.jsse with parameters of type TrustManagersParameters
 void SSLContextParameters.setTrustManagers(TrustManagersParameters trustManagers)
          Sets the optional trust manager configuration for creating the TrustManagers used in constructing an SSLContext.
 



Apache CAMEL