Uses of Interface
org.apache.camel.support.jsse.BaseSSLContextParameters.Configurer
Packages that use BaseSSLContextParameters.Configurer
Package
Description
A collection of utility classes for configuring a JSSE SSLContext and other JSSE classes.
-
Uses of BaseSSLContextParameters.Configurer in org.apache.camel.support.jsse
Methods in org.apache.camel.support.jsse that return types with arguments of type BaseSSLContextParameters.ConfigurerModifier and TypeMethodDescriptionprotected List<BaseSSLContextParameters.Configurer<SSLEngine>> BaseSSLContextParameters.getSSLEngineConfigurers(SSLContext context) Returns the list of configurers to apply to anSSLEnginein order to fully configure it in compliance with the provided configuration options.protected List<BaseSSLContextParameters.Configurer<SSLEngine>> SSLContextClientParameters.getSSLEngineConfigurers(SSLContext context) Returns the list of configurers to apply to anSSLEnginein order to fully configure it in compliance with the provided configuration options.protected List<BaseSSLContextParameters.Configurer<SSLEngine>> SSLContextParameters.getSSLEngineConfigurers(SSLContext context) protected List<BaseSSLContextParameters.Configurer<SSLEngine>> SSLContextServerParameters.getSSLEngineConfigurers(SSLContext context) Returns the list of configurers to apply to anSSLEnginein order to fully configure it in compliance with the provided configuration options.BaseSSLContextParameters.getSSLServerSocketFactoryConfigurers(SSLContext context) Returns the list of configurers to apply to anSSLServerSocketFactoryin order to fully configure it in compliance with the provided configuration options.SSLContextClientParameters.getSSLServerSocketFactoryConfigurers(SSLContext context) This class has no bearing onSSLServerSocketFactoryinstances and therefore provides no configurers for that purpose.SSLContextParameters.getSSLServerSocketFactoryConfigurers(SSLContext context) protected List<BaseSSLContextParameters.Configurer<SSLServerSocket>> BaseSSLContextParameters.getSSLServerSocketFactorySSLServerSocketConfigurers(SSLContext context) Returns the list of configurers to apply to anSSLServerSocketin order to fully configure it in compliance with the provided configuration options.protected List<BaseSSLContextParameters.Configurer<SSLServerSocket>> SSLContextServerParameters.getSSLServerSocketFactorySSLServerSocketConfigurers(SSLContext context) protected List<BaseSSLContextParameters.Configurer<SSLSocketFactory>> BaseSSLContextParameters.getSSLSocketFactoryConfigurers(SSLContext context) Returns the list of configurers to apply to anSSLSocketFactoryin order to fully configure it in compliance with the provided configuration options.protected List<BaseSSLContextParameters.Configurer<SSLSocketFactory>> SSLContextParameters.getSSLSocketFactoryConfigurers(SSLContext context) protected List<BaseSSLContextParameters.Configurer<SSLSocketFactory>> SSLContextServerParameters.getSSLSocketFactoryConfigurers(SSLContext context) This class has no bearing onSSLSocketFactoryinstances and therefore provides no configurers for that purpose.protected List<BaseSSLContextParameters.Configurer<SSLSocket>> BaseSSLContextParameters.getSSLSocketFactorySSLSocketConfigurers(SSLContext context) Returns the list of configurers to apply to anSSLSocketin order to fully configure it in compliance with the provided configuration options.Constructor parameters in org.apache.camel.support.jsse with type arguments of type BaseSSLContextParameters.ConfigurerModifierConstructorDescriptionSSLContextSpiDecorator(SSLContext context, List<BaseSSLContextParameters.Configurer<SSLEngine>> sslEngineConfigurers, List<BaseSSLContextParameters.Configurer<SSLSocketFactory>> sslSocketFactoryConfigurers, List<BaseSSLContextParameters.Configurer<SSLServerSocketFactory>> sslServerSocketFactoryConfigurers) SSLServerSocketFactoryDecorator(SSLServerSocketFactory sslServerSocketFactory, List<BaseSSLContextParameters.Configurer<SSLServerSocket>> sslServerSocketConfigurers) SSLSocketFactoryDecorator(SSLSocketFactory sslSocketFactory, List<BaseSSLContextParameters.Configurer<SSLSocket>> sslSocketConfigurers)