Uses of Class
org.apache.camel.support.jsse.JsseParameters
-
Packages that use JsseParameters Package Description org.apache.camel.support.jsse A collection of utility classes for configuring a JSSE SSLContext and other JSSE classes. -
-
Uses of JsseParameters in org.apache.camel.support.jsse
Subclasses of JsseParameters in org.apache.camel.support.jsse Modifier and Type Class Description classBaseSSLContextParametersRepresents configuration options that can be applied in the client-side or server-side context depending on what they are applied to.classFilterParametersRepresents a set of regular expression based filter patterns for including and excluding content of some type.classKeyManagersParametersA representation of configuration options for creating and loadingKeyManagerinstance(s).classKeyStoreParametersA representation of configuration options for creating and loading aKeyStoreinstance.classSecureRandomParametersclassSSLContextClientParametersConfiguration model for client side JSSE options.classSSLContextParametersRepresentsSSLContextconfiguration options used in instantiating anSSLContextinstance.classSSLContextServerParametersclassTrustManagersParameters
-