Uses of Package
org.apache.camel.util.jsse

Packages that use org.apache.camel.util.jsse
org.apache.camel.builder The Camel Domain Specific Language for creating Routes, Predicates, Expressions and Error Handlers
org.apache.camel.model.dataformat The JAXB POJOs for the Data Formats used to marshal and unmarshal objects to and from streams inside components 
org.apache.camel.util.jsse A collection of utility classes for configuring a JSSE SSLContext and other JSSE classes. 
 

Classes in org.apache.camel.util.jsse used by org.apache.camel.builder
KeyStoreParameters
          A representation of configuration options for creating and loading a KeyStore instance.
 

Classes in org.apache.camel.util.jsse used by org.apache.camel.model.dataformat
KeyStoreParameters
          A representation of configuration options for creating and loading a KeyStore instance.
 

Classes in org.apache.camel.util.jsse used by org.apache.camel.util.jsse
BaseSSLContextParameters
          Represents configuration options that can be applied in the client-side or server-side context depending on what they are applied to.
BaseSSLContextParameters.SSLContextSpiDecorator
          Class needed to provide decoration of an existing SSLContext.
CipherSuitesParameters
          Represents a list of TLS/SSL cipher suite names.
ClientAuthentication
          Represents the options for the client authentication settings of a server socket.
FilterParameters
          Represents a set of regular expression based filter patterns for including and excluding content of some type.
FilterParameters.Patterns
          An immutable collection of compiled includes and excludes filter Patterns.
JsseParameters
          Base class that provides optional integration with core Camel capabilities.
KeyManagersParameters
          A representation of configuration options for creating and loading KeyManager instance(s).
KeyStoreParameters
          A representation of configuration options for creating and loading a KeyStore instance.
SecureRandomParameters
           
SecureSocketProtocolsParameters
          Represents a list of TLS/SSL cipher suite names.
SSLContextClientParameters
          Configuration model for client side JSSE options.
SSLContextServerParameters
           
TrustManagersParameters
           
 



Apache Camel