org.apache.camel.util.jsse
Class BaseSSLContextParameters.SSLContextDecorator

java.lang.Object
  extended by javax.net.ssl.SSLContext
      extended by org.apache.camel.util.jsse.BaseSSLContextParameters.SSLContextDecorator
Enclosing class:
BaseSSLContextParameters

protected static final class BaseSSLContextParameters.SSLContextDecorator
extends SSLContext

Makes a decorated SSLContext appear as a normal SSLContext.


Constructor Summary
BaseSSLContextParameters.SSLContextDecorator(BaseSSLContextParameters.SSLContextSpiDecorator decorator)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class javax.net.ssl.SSLContext
createSSLEngine, createSSLEngine, getClientSessionContext, getDefault, getDefaultSSLParameters, getInstance, getInstance, getInstance, getProtocol, getProvider, getServerSessionContext, getServerSocketFactory, getSocketFactory, getSupportedSSLParameters, init, setDefault
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BaseSSLContextParameters.SSLContextDecorator

public BaseSSLContextParameters.SSLContextDecorator(BaseSSLContextParameters.SSLContextSpiDecorator decorator)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Apache CAMEL