Class BaseSSLContextParameters.SSLContextSpiDecorator

java.lang.Object
javax.net.ssl.SSLContextSpi
org.apache.camel.support.jsse.BaseSSLContextParameters.SSLContextSpiDecorator
Enclosing class:
BaseSSLContextParameters

protected static final class BaseSSLContextParameters.SSLContextSpiDecorator extends SSLContextSpi
Class needed to provide decoration of an existing SSLContext. Since SSLContext is an abstract class and requires an instance of SSLContextSpi, this class effectively wraps an SSLContext as if it were an SSLContextSpi, allowing us to achieve decoration.