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

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

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

Subclasses of JsseParameters in org.apache.camel.util.jsse
 class BaseSSLContextParameters
          Represents configuration options that can be applied in the client-side or server-side context depending on what they are applied to.
 class FilterParameters
          Represents a set of regular expression based filter patterns for including and excluding content of some type.
 class KeyManagersParameters
          A representation of configuration options for creating and loading KeyManager instance(s).
 class KeyStoreParameters
          A representation of configuration options for creating and loading a KeyStore instance.
 class SecureRandomParameters
           
 class SSLContextClientParameters
          Configuration model for client side JSSE options.
 class SSLContextParameters
          Represents SSLContext configuration options used in instantiating an SSLContext instance.
 class SSLContextServerParameters
           
 class TrustManagersParameters
           
 



Apache Camel